Uses of Class
com.oracle.bmc.autoscaling.responses.GetAutoScalingPolicyResponse
-
Packages that use GetAutoScalingPolicyResponse Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.responses -
-
Uses of GetAutoScalingPolicyResponse in com.oracle.bmc.autoscaling
Methods in com.oracle.bmc.autoscaling that return GetAutoScalingPolicyResponse Modifier and Type Method Description GetAutoScalingPolicyResponse
AutoScaling. getAutoScalingPolicy(GetAutoScalingPolicyRequest request)
Gets information about the specified autoscaling policy in the specified autoscaling configuration.GetAutoScalingPolicyResponse
AutoScalingClient. getAutoScalingPolicy(GetAutoScalingPolicyRequest request)
Methods in com.oracle.bmc.autoscaling that return types with arguments of type GetAutoScalingPolicyResponse Modifier and Type Method Description Future<GetAutoScalingPolicyResponse>
AutoScalingAsync. getAutoScalingPolicy(GetAutoScalingPolicyRequest request, AsyncHandler<GetAutoScalingPolicyRequest,GetAutoScalingPolicyResponse> handler)
Gets information about the specified autoscaling policy in the specified autoscaling configuration.Future<GetAutoScalingPolicyResponse>
AutoScalingAsyncClient. getAutoScalingPolicy(GetAutoScalingPolicyRequest request, AsyncHandler<GetAutoScalingPolicyRequest,GetAutoScalingPolicyResponse> handler)
Method parameters in com.oracle.bmc.autoscaling with type arguments of type GetAutoScalingPolicyResponse Modifier and Type Method Description Future<GetAutoScalingPolicyResponse>
AutoScalingAsync. getAutoScalingPolicy(GetAutoScalingPolicyRequest request, AsyncHandler<GetAutoScalingPolicyRequest,GetAutoScalingPolicyResponse> handler)
Gets information about the specified autoscaling policy in the specified autoscaling configuration.Future<GetAutoScalingPolicyResponse>
AutoScalingAsyncClient. getAutoScalingPolicy(GetAutoScalingPolicyRequest request, AsyncHandler<GetAutoScalingPolicyRequest,GetAutoScalingPolicyResponse> handler)
-
Uses of GetAutoScalingPolicyResponse in com.oracle.bmc.autoscaling.responses
Methods in com.oracle.bmc.autoscaling.responses that return GetAutoScalingPolicyResponse Modifier and Type Method Description GetAutoScalingPolicyResponse
GetAutoScalingPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.autoscaling.responses with parameters of type GetAutoScalingPolicyResponse Modifier and Type Method Description GetAutoScalingPolicyResponse.Builder
GetAutoScalingPolicyResponse.Builder. copy(GetAutoScalingPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-