Uses of Class
software.amazon.awssdk.services.autoscaling.model.DescribeTrafficSourcesResponse
-
Packages that use DescribeTrafficSourcesResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.paginators -
-
Uses of DescribeTrafficSourcesResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return DescribeTrafficSourcesResponse Modifier and Type Method Description default DescribeTrafficSourcesResponseAutoScalingClient. describeTrafficSources(Consumer<DescribeTrafficSourcesRequest.Builder> describeTrafficSourcesRequest)Gets information about the traffic sources for the specified Auto Scaling group.default DescribeTrafficSourcesResponseAutoScalingClient. describeTrafficSources(DescribeTrafficSourcesRequest describeTrafficSourcesRequest)Gets information about the traffic sources for the specified Auto Scaling group.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type DescribeTrafficSourcesResponse Modifier and Type Method Description default CompletableFuture<DescribeTrafficSourcesResponse>AutoScalingAsyncClient. describeTrafficSources(Consumer<DescribeTrafficSourcesRequest.Builder> describeTrafficSourcesRequest)Gets information about the traffic sources for the specified Auto Scaling group.default CompletableFuture<DescribeTrafficSourcesResponse>AutoScalingAsyncClient. describeTrafficSources(DescribeTrafficSourcesRequest describeTrafficSourcesRequest)Gets information about the traffic sources for the specified Auto Scaling group. -
Uses of DescribeTrafficSourcesResponse in software.amazon.awssdk.services.autoscaling.paginators
Methods in software.amazon.awssdk.services.autoscaling.paginators that return types with arguments of type DescribeTrafficSourcesResponse Modifier and Type Method Description Iterator<DescribeTrafficSourcesResponse>DescribeTrafficSourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.autoscaling.paginators with type arguments of type DescribeTrafficSourcesResponse Modifier and Type Method Description voidDescribeTrafficSourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeTrafficSourcesResponse> subscriber)
-