Uses of Class
software.amazon.awssdk.services.applicationautoscaling.paginators.DescribeScalableTargetsIterable
-
Packages that use DescribeScalableTargetsIterable Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources: -
-
Uses of DescribeScalableTargetsIterable in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling that return DescribeScalableTargetsIterable Modifier and Type Method Description default DescribeScalableTargetsIterableApplicationAutoScalingClient. describeScalableTargetsPaginator(Consumer<DescribeScalableTargetsRequest.Builder> describeScalableTargetsRequest)Gets information about the scalable targets in the specified namespace.default DescribeScalableTargetsIterableApplicationAutoScalingClient. describeScalableTargetsPaginator(DescribeScalableTargetsRequest describeScalableTargetsRequest)Gets information about the scalable targets in the specified namespace.
-