Uses of Class
com.oracle.bmc.autoscaling.requests.UpdateAutoScalingConfigurationRequest
-
Packages that use UpdateAutoScalingConfigurationRequest Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.requests -
-
Uses of UpdateAutoScalingConfigurationRequest in com.oracle.bmc.autoscaling
Method parameters in com.oracle.bmc.autoscaling with type arguments of type UpdateAutoScalingConfigurationRequest Modifier and Type Method Description Future<UpdateAutoScalingConfigurationResponse>
AutoScalingAsync. updateAutoScalingConfiguration(UpdateAutoScalingConfigurationRequest request, AsyncHandler<UpdateAutoScalingConfigurationRequest,UpdateAutoScalingConfigurationResponse> handler)
Updates certain fields on the specified autoscaling configuration, such as the name, the cooldown period, and whether the autoscaling configuration is enabled.Future<UpdateAutoScalingConfigurationResponse>
AutoScalingAsyncClient. updateAutoScalingConfiguration(UpdateAutoScalingConfigurationRequest request, AsyncHandler<UpdateAutoScalingConfigurationRequest,UpdateAutoScalingConfigurationResponse> handler)
-
Uses of UpdateAutoScalingConfigurationRequest in com.oracle.bmc.autoscaling.requests
Methods in com.oracle.bmc.autoscaling.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.autoscaling.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.
-