Package | Description |
---|---|
com.amazonaws.services.autoscaling | |
com.amazonaws.services.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
EnterStandbyResult |
AmazonAutoScaling.enterStandby(EnterStandbyRequest enterStandbyRequest)
Moves the specified instances into
Standby mode. |
EnterStandbyResult |
AbstractAmazonAutoScaling.enterStandby(EnterStandbyRequest request) |
EnterStandbyResult |
AmazonAutoScalingClient.enterStandby(EnterStandbyRequest enterStandbyRequest)
Moves the specified instances into
Standby mode. |
Future<EnterStandbyResult> |
AmazonAutoScalingAsyncClient.enterStandbyAsync(EnterStandbyRequest request) |
Future<EnterStandbyResult> |
AbstractAmazonAutoScalingAsync.enterStandbyAsync(EnterStandbyRequest request) |
Future<EnterStandbyResult> |
AmazonAutoScalingAsync.enterStandbyAsync(EnterStandbyRequest enterStandbyRequest)
Moves the specified instances into
Standby mode. |
Future<EnterStandbyResult> |
AmazonAutoScalingAsyncClient.enterStandbyAsync(EnterStandbyRequest request,
AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler) |
Future<EnterStandbyResult> |
AbstractAmazonAutoScalingAsync.enterStandbyAsync(EnterStandbyRequest request,
AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler) |
Future<EnterStandbyResult> |
AmazonAutoScalingAsync.enterStandbyAsync(EnterStandbyRequest enterStandbyRequest,
AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)
Moves the specified instances into
Standby mode. |
Modifier and Type | Method and Description |
---|---|
Future<EnterStandbyResult> |
AmazonAutoScalingAsyncClient.enterStandbyAsync(EnterStandbyRequest request,
AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler) |
Future<EnterStandbyResult> |
AbstractAmazonAutoScalingAsync.enterStandbyAsync(EnterStandbyRequest request,
AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler) |
Future<EnterStandbyResult> |
AmazonAutoScalingAsync.enterStandbyAsync(EnterStandbyRequest enterStandbyRequest,
AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)
Moves the specified instances into
Standby mode. |
Modifier and Type | Method and Description |
---|---|
EnterStandbyRequest |
EnterStandbyRequest.clone() |
EnterStandbyRequest |
EnterStandbyRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
EnterStandbyRequest |
EnterStandbyRequest.withInstanceIds(Collection<String> instanceIds)
One or more instances to move into
Standby mode. |
EnterStandbyRequest |
EnterStandbyRequest.withInstanceIds(String... instanceIds)
One or more instances to move into
Standby mode. |
EnterStandbyRequest |
EnterStandbyRequest.withShouldDecrementDesiredCapacity(Boolean shouldDecrementDesiredCapacity)
Specifies whether the instances moved to
Standby mode count
as part of the Auto Scaling group's desired capacity. |
Copyright © 2018. All rights reserved.