| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| Modifier and Type | Method and Description |
|---|---|
default EnterStandbyResponse |
AutoScalingClient.enterStandby(Consumer<EnterStandbyRequest.Builder> enterStandbyRequest)
Moves the specified instances into the standby state.
|
default EnterStandbyResponse |
AutoScalingClient.enterStandby(EnterStandbyRequest enterStandbyRequest)
Moves the specified instances into the standby state.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<EnterStandbyResponse> |
AutoScalingAsyncClient.enterStandby(Consumer<EnterStandbyRequest.Builder> enterStandbyRequest)
Moves the specified instances into the standby state.
|
default CompletableFuture<EnterStandbyResponse> |
AutoScalingAsyncClient.enterStandby(EnterStandbyRequest enterStandbyRequest)
Moves the specified instances into the standby state.
|
Copyright © 2018. All rights reserved.