| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| Modifier and Type | Method and Description |
|---|---|
default DetachTrafficSourcesResponse |
AutoScalingClient.detachTrafficSources(Consumer<DetachTrafficSourcesRequest.Builder> detachTrafficSourcesRequest)
Detaches one or more traffic sources from the specified Auto Scaling group.
|
default DetachTrafficSourcesResponse |
AutoScalingClient.detachTrafficSources(DetachTrafficSourcesRequest detachTrafficSourcesRequest)
Detaches one or more traffic sources from the specified Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DetachTrafficSourcesResponse> |
AutoScalingAsyncClient.detachTrafficSources(Consumer<DetachTrafficSourcesRequest.Builder> detachTrafficSourcesRequest)
Detaches one or more traffic sources from the specified Auto Scaling group.
|
default CompletableFuture<DetachTrafficSourcesResponse> |
AutoScalingAsyncClient.detachTrafficSources(DetachTrafficSourcesRequest detachTrafficSourcesRequest)
Detaches one or more traffic sources from the specified Auto Scaling group.
|
Copyright © 2023. All rights reserved.