Uses of Class
com.oracle.bmc.bds.requests.UpdateAutoScalingConfigurationRequest
-
Packages that use UpdateAutoScalingConfigurationRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of UpdateAutoScalingConfigurationRequest in com.oracle.bmc.bds
Method parameters in com.oracle.bmc.bds with type arguments of type UpdateAutoScalingConfigurationRequest 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 UpdateAutoScalingConfigurationRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return UpdateAutoScalingConfigurationRequest Modifier and Type Method Description UpdateAutoScalingConfigurationRequest
UpdateAutoScalingConfigurationRequest.Builder. build()
Build the instance of UpdateAutoScalingConfigurationRequest as configured by this builderUpdateAutoScalingConfigurationRequest
UpdateAutoScalingConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAutoScalingConfigurationRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type UpdateAutoScalingConfigurationRequest Modifier and Type Method Description UpdateAutoScalingConfigurationRequest.Builder
UpdateAutoScalingConfigurationRequest.Builder. copy(UpdateAutoScalingConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-