| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| Modifier and Type | Method and Description |
|---|---|
default ExitStandbyResponse |
AutoScalingClient.exitStandby(Consumer<ExitStandbyRequest.Builder> exitStandbyRequest)
Moves the specified instances out of the standby state.
|
default ExitStandbyResponse |
AutoScalingClient.exitStandby(ExitStandbyRequest exitStandbyRequest)
Moves the specified instances out of the standby state.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ExitStandbyResponse> |
AutoScalingAsyncClient.exitStandby(Consumer<ExitStandbyRequest.Builder> exitStandbyRequest)
Moves the specified instances out of the standby state.
|
default CompletableFuture<ExitStandbyResponse> |
AutoScalingAsyncClient.exitStandby(ExitStandbyRequest exitStandbyRequest)
Moves the specified instances out of the standby state.
|
Copyright © 2022. All rights reserved.