Uses of Class
com.oracle.bmc.autoscaling.requests.ListAutoScalingPoliciesRequest
-
Packages that use ListAutoScalingPoliciesRequest Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.requests -
-
Uses of ListAutoScalingPoliciesRequest in com.oracle.bmc.autoscaling
Method parameters in com.oracle.bmc.autoscaling with type arguments of type ListAutoScalingPoliciesRequest Modifier and Type Method Description Future<ListAutoScalingPoliciesResponse>
AutoScalingAsync. listAutoScalingPolicies(ListAutoScalingPoliciesRequest request, AsyncHandler<ListAutoScalingPoliciesRequest,ListAutoScalingPoliciesResponse> handler)
Lists the autoscaling policies in the specified autoscaling configuration.Future<ListAutoScalingPoliciesResponse>
AutoScalingAsyncClient. listAutoScalingPolicies(ListAutoScalingPoliciesRequest request, AsyncHandler<ListAutoScalingPoliciesRequest,ListAutoScalingPoliciesResponse> handler)
-
Uses of ListAutoScalingPoliciesRequest in com.oracle.bmc.autoscaling.requests
Methods in com.oracle.bmc.autoscaling.requests that return ListAutoScalingPoliciesRequest Modifier and Type Method Description ListAutoScalingPoliciesRequest
ListAutoScalingPoliciesRequest.Builder. build()
Build the instance of ListAutoScalingPoliciesRequest as configured by this builderListAutoScalingPoliciesRequest
ListAutoScalingPoliciesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAutoScalingPoliciesRequest as configured by this builderMethods in com.oracle.bmc.autoscaling.requests with parameters of type ListAutoScalingPoliciesRequest Modifier and Type Method Description ListAutoScalingPoliciesRequest.Builder
ListAutoScalingPoliciesRequest.Builder. copy(ListAutoScalingPoliciesRequest o)
Copy method to populate the builder with values from the given instance.
-