Uses of Class
com.oracle.bmc.autoscaling.responses.UpdateAutoScalingPolicyResponse
-
Packages that use UpdateAutoScalingPolicyResponse Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.responses -
-
Uses of UpdateAutoScalingPolicyResponse in com.oracle.bmc.autoscaling
Methods in com.oracle.bmc.autoscaling that return UpdateAutoScalingPolicyResponse Modifier and Type Method Description UpdateAutoScalingPolicyResponse
AutoScaling. updateAutoScalingPolicy(UpdateAutoScalingPolicyRequest request)
Updates an autoscaling policy in the specified autoscaling configuration.UpdateAutoScalingPolicyResponse
AutoScalingClient. updateAutoScalingPolicy(UpdateAutoScalingPolicyRequest request)
Methods in com.oracle.bmc.autoscaling that return types with arguments of type UpdateAutoScalingPolicyResponse 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)
Method parameters in com.oracle.bmc.autoscaling with type arguments of type UpdateAutoScalingPolicyResponse 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 UpdateAutoScalingPolicyResponse in com.oracle.bmc.autoscaling.responses
Methods in com.oracle.bmc.autoscaling.responses that return UpdateAutoScalingPolicyResponse Modifier and Type Method Description UpdateAutoScalingPolicyResponse
UpdateAutoScalingPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.autoscaling.responses with parameters of type UpdateAutoScalingPolicyResponse Modifier and Type Method Description UpdateAutoScalingPolicyResponse.Builder
UpdateAutoScalingPolicyResponse.Builder. copy(UpdateAutoScalingPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-