Uses of Class
com.oracle.bmc.autoscaling.responses.UpdateAutoScalingConfigurationResponse
-
Packages that use UpdateAutoScalingConfigurationResponse Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.responses -
-
Uses of UpdateAutoScalingConfigurationResponse in com.oracle.bmc.autoscaling
Methods in com.oracle.bmc.autoscaling that return UpdateAutoScalingConfigurationResponse Modifier and Type Method Description UpdateAutoScalingConfigurationResponse
AutoScaling. updateAutoScalingConfiguration(UpdateAutoScalingConfigurationRequest request)
Updates certain fields on the specified autoscaling configuration, such as the name, the cooldown period, and whether the autoscaling configuration is enabled.UpdateAutoScalingConfigurationResponse
AutoScalingClient. updateAutoScalingConfiguration(UpdateAutoScalingConfigurationRequest request)
Methods in com.oracle.bmc.autoscaling that return types with arguments of type UpdateAutoScalingConfigurationResponse 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)
Method parameters in com.oracle.bmc.autoscaling with type arguments of type UpdateAutoScalingConfigurationResponse 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 UpdateAutoScalingConfigurationResponse in com.oracle.bmc.autoscaling.responses
Methods in com.oracle.bmc.autoscaling.responses that return UpdateAutoScalingConfigurationResponse Modifier and Type Method Description UpdateAutoScalingConfigurationResponse
UpdateAutoScalingConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.autoscaling.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.
-