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.autoscaling
Methods in com.oracle.bmc.autoscaling with parameters of type UpdateAutoScalingPolicyRequest Modifier and Type Method Description UpdateAutoScalingPolicyResponse
AutoScaling. 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)
UpdateAutoScalingPolicyResponse
AutoScalingClient. 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.requests
Methods in com.oracle.bmc.autoscaling.requests that return UpdateAutoScalingPolicyRequest Modifier and Type Method Description UpdateAutoScalingPolicyRequest
UpdateAutoScalingPolicyRequest.Builder. build()
Build the instance of UpdateAutoScalingPolicyRequest as configured by this builderUpdateAutoScalingPolicyRequest
UpdateAutoScalingPolicyRequest.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.Builder
UpdateAutoScalingPolicyRequest.Builder. copy(UpdateAutoScalingPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-