Uses of Class
software.amazon.awssdk.services.applicationautoscaling.paginators.DescribeScalingPoliciesIterable
-
Packages that use DescribeScalingPoliciesIterable Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources: -
-
Uses of DescribeScalingPoliciesIterable in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling that return DescribeScalingPoliciesIterable Modifier and Type Method Description default DescribeScalingPoliciesIterableApplicationAutoScalingClient. describeScalingPoliciesPaginator(Consumer<DescribeScalingPoliciesRequest.Builder> describeScalingPoliciesRequest)Describes the Application Auto Scaling scaling policies for the specified service namespace.default DescribeScalingPoliciesIterableApplicationAutoScalingClient. describeScalingPoliciesPaginator(DescribeScalingPoliciesRequest describeScalingPoliciesRequest)Describes the Application Auto Scaling scaling policies for the specified service namespace.
-