| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
default EnterStandbyResponse |
AutoScalingClient.enterStandby(Consumer<EnterStandbyRequest.Builder> enterStandbyRequest)
Moves the specified instances into the standby state.
|
default CompletableFuture<EnterStandbyResponse> |
AutoScalingAsyncClient.enterStandby(Consumer<EnterStandbyRequest.Builder> enterStandbyRequest)
Moves the specified instances into the standby state.
|
| Modifier and Type | Method and Description |
|---|---|
EnterStandbyRequest.Builder |
EnterStandbyRequest.Builder.autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
static EnterStandbyRequest.Builder |
EnterStandbyRequest.builder() |
EnterStandbyRequest.Builder |
EnterStandbyRequest.Builder.instanceIds(Collection<String> instanceIds)
The IDs of the instances.
|
EnterStandbyRequest.Builder |
EnterStandbyRequest.Builder.instanceIds(String... instanceIds)
The IDs of the instances.
|
EnterStandbyRequest.Builder |
EnterStandbyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnterStandbyRequest.Builder |
EnterStandbyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnterStandbyRequest.Builder |
EnterStandbyRequest.Builder.shouldDecrementDesiredCapacity(Boolean shouldDecrementDesiredCapacity)
Indicates whether to decrement the desired capacity of the Auto Scaling group by the number of instances
moved to
Standby mode. |
EnterStandbyRequest.Builder |
EnterStandbyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnterStandbyRequest.Builder> |
EnterStandbyRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.