| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| software.amazon.awssdk.services.autoscaling.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTrafficSourcesResponse |
AutoScalingClient.describeTrafficSources(Consumer<DescribeTrafficSourcesRequest.Builder> describeTrafficSourcesRequest)
Gets information about the traffic sources for the specified Auto Scaling group.
|
default DescribeTrafficSourcesResponse |
AutoScalingClient.describeTrafficSources(DescribeTrafficSourcesRequest describeTrafficSourcesRequest)
Gets information about the traffic sources for the specified Auto Scaling group.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeTrafficSourcesResponse> |
DescribeTrafficSourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrafficSourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeTrafficSourcesResponse> subscriber) |
Copyright © 2023. All rights reserved.