Uses of Class
com.oracle.bmc.bds.responses.UpdateAutoScalingConfigurationResponse
-
Packages that use UpdateAutoScalingConfigurationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of UpdateAutoScalingConfigurationResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return UpdateAutoScalingConfigurationResponse Modifier and Type Method Description UpdateAutoScalingConfigurationResponse
Bds. updateAutoScalingConfiguration(UpdateAutoScalingConfigurationRequest request)
Updates fields on an autoscale configuration, including the name, the threshold value, and whether the autoscale configuration is enabled.UpdateAutoScalingConfigurationResponse
BdsClient. updateAutoScalingConfiguration(UpdateAutoScalingConfigurationRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type UpdateAutoScalingConfigurationResponse Modifier and Type Method Description Future<UpdateAutoScalingConfigurationResponse>
BdsAsync. updateAutoScalingConfiguration(UpdateAutoScalingConfigurationRequest request, AsyncHandler<UpdateAutoScalingConfigurationRequest,UpdateAutoScalingConfigurationResponse> handler)
Updates fields on an autoscale configuration, including the name, the threshold value, and whether the autoscale configuration is enabled.Future<UpdateAutoScalingConfigurationResponse>
BdsAsyncClient. updateAutoScalingConfiguration(UpdateAutoScalingConfigurationRequest request, AsyncHandler<UpdateAutoScalingConfigurationRequest,UpdateAutoScalingConfigurationResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type UpdateAutoScalingConfigurationResponse Modifier and Type Method Description Future<UpdateAutoScalingConfigurationResponse>
BdsAsync. updateAutoScalingConfiguration(UpdateAutoScalingConfigurationRequest request, AsyncHandler<UpdateAutoScalingConfigurationRequest,UpdateAutoScalingConfigurationResponse> handler)
Updates fields on an autoscale configuration, including the name, the threshold value, and whether the autoscale configuration is enabled.Future<UpdateAutoScalingConfigurationResponse>
BdsAsyncClient. updateAutoScalingConfiguration(UpdateAutoScalingConfigurationRequest request, AsyncHandler<UpdateAutoScalingConfigurationRequest,UpdateAutoScalingConfigurationResponse> handler)
-
Uses of UpdateAutoScalingConfigurationResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return UpdateAutoScalingConfigurationResponse Modifier and Type Method Description UpdateAutoScalingConfigurationResponse
UpdateAutoScalingConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type UpdateAutoScalingConfigurationResponse Modifier and Type Method Description UpdateAutoScalingConfigurationResponse.Builder
UpdateAutoScalingConfigurationResponse.Builder. copy(UpdateAutoScalingConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-