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. |
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 |
---|---|
EnterStandbyResult |
EnterStandbyResult.clone() |
EnterStandbyResult |
EnterStandbyResult.withActivities(Activity... activities)
The activities related to moving instances into
Standby
mode. |
EnterStandbyResult |
EnterStandbyResult.withActivities(Collection<Activity> activities)
The activities related to moving instances into
Standby
mode. |
Copyright © 2018. All rights reserved.