Uses of Class
com.oracle.bmc.autoscaling.requests.UpdateAutoScalingPolicyRequest
- 
Packages that use UpdateAutoScalingPolicyRequest Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.requests 
- 
- 
Uses of UpdateAutoScalingPolicyRequest in com.oracle.bmc.autoscalingMethods in com.oracle.bmc.autoscaling with parameters of type UpdateAutoScalingPolicyRequest Modifier and Type Method Description UpdateAutoScalingPolicyResponseAutoScaling. updateAutoScalingPolicy(UpdateAutoScalingPolicyRequest request)Updates an autoscaling policy in the specified autoscaling configuration.Future<UpdateAutoScalingPolicyResponse>AutoScalingAsync. updateAutoScalingPolicy(UpdateAutoScalingPolicyRequest request, AsyncHandler<UpdateAutoScalingPolicyRequest,UpdateAutoScalingPolicyResponse> handler)Updates an autoscaling policy in the specified autoscaling configuration.Future<UpdateAutoScalingPolicyResponse>AutoScalingAsyncClient. updateAutoScalingPolicy(UpdateAutoScalingPolicyRequest request, AsyncHandler<UpdateAutoScalingPolicyRequest,UpdateAutoScalingPolicyResponse> handler)UpdateAutoScalingPolicyResponseAutoScalingClient. updateAutoScalingPolicy(UpdateAutoScalingPolicyRequest request)Method parameters in com.oracle.bmc.autoscaling with type arguments of type UpdateAutoScalingPolicyRequest Modifier and Type Method Description Future<UpdateAutoScalingPolicyResponse>AutoScalingAsync. updateAutoScalingPolicy(UpdateAutoScalingPolicyRequest request, AsyncHandler<UpdateAutoScalingPolicyRequest,UpdateAutoScalingPolicyResponse> handler)Updates an autoscaling policy in the specified autoscaling configuration.Future<UpdateAutoScalingPolicyResponse>AutoScalingAsyncClient. updateAutoScalingPolicy(UpdateAutoScalingPolicyRequest request, AsyncHandler<UpdateAutoScalingPolicyRequest,UpdateAutoScalingPolicyResponse> handler)
- 
Uses of UpdateAutoScalingPolicyRequest in com.oracle.bmc.autoscaling.requestsMethods in com.oracle.bmc.autoscaling.requests that return UpdateAutoScalingPolicyRequest Modifier and Type Method Description UpdateAutoScalingPolicyRequestUpdateAutoScalingPolicyRequest.Builder. build()Build the instance of UpdateAutoScalingPolicyRequest as configured by this builderUpdateAutoScalingPolicyRequestUpdateAutoScalingPolicyRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateAutoScalingPolicyRequest as configured by this builderMethods in com.oracle.bmc.autoscaling.requests with parameters of type UpdateAutoScalingPolicyRequest Modifier and Type Method Description UpdateAutoScalingPolicyRequest.BuilderUpdateAutoScalingPolicyRequest.Builder. copy(UpdateAutoScalingPolicyRequest o)Copy method to populate the builder with values from the given instance.
 
-