Uses of Class
com.oracle.bmc.autoscaling.requests.GetAutoScalingPolicyRequest
-
Packages that use GetAutoScalingPolicyRequest Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.requests -
-
Uses of GetAutoScalingPolicyRequest in com.oracle.bmc.autoscaling
Methods in com.oracle.bmc.autoscaling with parameters of type GetAutoScalingPolicyRequest Modifier and Type Method Description GetAutoScalingPolicyResponse
AutoScaling. getAutoScalingPolicy(GetAutoScalingPolicyRequest request)
Gets information about the specified autoscaling policy in the specified autoscaling configuration.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)
GetAutoScalingPolicyResponse
AutoScalingClient. getAutoScalingPolicy(GetAutoScalingPolicyRequest request)
Method parameters in com.oracle.bmc.autoscaling with type arguments of type GetAutoScalingPolicyRequest 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 GetAutoScalingPolicyRequest in com.oracle.bmc.autoscaling.requests
Methods in com.oracle.bmc.autoscaling.requests that return GetAutoScalingPolicyRequest Modifier and Type Method Description GetAutoScalingPolicyRequest
GetAutoScalingPolicyRequest.Builder. build()
Build the instance of GetAutoScalingPolicyRequest as configured by this builderGetAutoScalingPolicyRequest
GetAutoScalingPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAutoScalingPolicyRequest as configured by this builderMethods in com.oracle.bmc.autoscaling.requests with parameters of type GetAutoScalingPolicyRequest Modifier and Type Method Description GetAutoScalingPolicyRequest.Builder
GetAutoScalingPolicyRequest.Builder. copy(GetAutoScalingPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-