| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
Synchronous and asynchronous client classes for accessing AmazonAutoScaling.
|
| com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
| Modifier and Type | Method and Description |
|---|---|
EnterStandbyResult |
AmazonAutoScalingClient.enterStandby(EnterStandbyRequest enterStandbyRequest)
Move instances in an Auto Scaling group into a Standby mode.
|
EnterStandbyResult |
AmazonAutoScaling.enterStandby(EnterStandbyRequest enterStandbyRequest)
Move instances in an Auto Scaling group into a Standby mode.
|
| Modifier and Type | Method and Description |
|---|---|
Future<EnterStandbyResult> |
AmazonAutoScalingAsync.enterStandbyAsync(EnterStandbyRequest enterStandbyRequest)
Move instances in an Auto Scaling group into a Standby mode.
|
Future<EnterStandbyResult> |
AmazonAutoScalingAsyncClient.enterStandbyAsync(EnterStandbyRequest enterStandbyRequest)
Move instances in an Auto Scaling group into a Standby mode.
|
Future<EnterStandbyResult> |
AmazonAutoScalingAsync.enterStandbyAsync(EnterStandbyRequest enterStandbyRequest,
AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)
Move instances in an Auto Scaling group into a Standby mode.
|
Future<EnterStandbyResult> |
AmazonAutoScalingAsyncClient.enterStandbyAsync(EnterStandbyRequest enterStandbyRequest,
AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)
Move instances in an Auto Scaling group into a Standby mode.
|
| Modifier and Type | Method and Description |
|---|---|
Future<EnterStandbyResult> |
AmazonAutoScalingAsync.enterStandbyAsync(EnterStandbyRequest enterStandbyRequest,
AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)
Move instances in an Auto Scaling group into a Standby mode.
|
Future<EnterStandbyResult> |
AmazonAutoScalingAsyncClient.enterStandbyAsync(EnterStandbyRequest enterStandbyRequest,
AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)
Move instances in an Auto Scaling group into a Standby mode.
|
| Modifier and Type | Method and Description |
|---|---|
EnterStandbyResult |
EnterStandbyResult.withActivities(Activity... activities)
A list describing the activities related to moving instances into
Standby mode.
|
EnterStandbyResult |
EnterStandbyResult.withActivities(Collection<Activity> activities)
A list describing the activities related to moving instances into
Standby mode.
|
Copyright © 2014. All rights reserved.