Uses of Class
com.oracle.bmc.autoscaling.responses.ListAutoScalingPoliciesResponse
-
Packages that use ListAutoScalingPoliciesResponse Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.responses -
-
Uses of ListAutoScalingPoliciesResponse in com.oracle.bmc.autoscaling
Methods in com.oracle.bmc.autoscaling that return ListAutoScalingPoliciesResponse Modifier and Type Method Description ListAutoScalingPoliciesResponseAutoScaling. listAutoScalingPolicies(ListAutoScalingPoliciesRequest request)Lists the autoscaling policies in the specified autoscaling configuration.ListAutoScalingPoliciesResponseAutoScalingClient. listAutoScalingPolicies(ListAutoScalingPoliciesRequest request)Methods in com.oracle.bmc.autoscaling that return types with arguments of type ListAutoScalingPoliciesResponse 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)Iterable<ListAutoScalingPoliciesResponse>AutoScalingPaginators. listAutoScalingPoliciesResponseIterator(ListAutoScalingPoliciesRequest request)Creates a new iterable which will iterate over the responses received from the listAutoScalingPolicies operation.Method parameters in com.oracle.bmc.autoscaling with type arguments of type ListAutoScalingPoliciesResponse 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 ListAutoScalingPoliciesResponse in com.oracle.bmc.autoscaling.responses
Methods in com.oracle.bmc.autoscaling.responses that return ListAutoScalingPoliciesResponse Modifier and Type Method Description ListAutoScalingPoliciesResponseListAutoScalingPoliciesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.autoscaling.responses with parameters of type ListAutoScalingPoliciesResponse Modifier and Type Method Description ListAutoScalingPoliciesResponse.BuilderListAutoScalingPoliciesResponse.Builder. copy(ListAutoScalingPoliciesResponse o)Copy method to populate the builder with values from the given instance.
-