Uses of Class
software.amazon.awssdk.services.autoscaling.paginators.DescribeTrafficSourcesIterable
-
Packages that use DescribeTrafficSourcesIterable Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of DescribeTrafficSourcesIterable in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return DescribeTrafficSourcesIterable Modifier and Type Method Description default DescribeTrafficSourcesIterableAutoScalingClient. describeTrafficSourcesPaginator(Consumer<DescribeTrafficSourcesRequest.Builder> describeTrafficSourcesRequest)Gets information about the traffic sources for the specified Auto Scaling group.default DescribeTrafficSourcesIterableAutoScalingClient. describeTrafficSourcesPaginator(DescribeTrafficSourcesRequest describeTrafficSourcesRequest)Gets information about the traffic sources for the specified Auto Scaling group.
-