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