Uses of Class
com.amazonaws.services.autoscaling.model.EnterStandbyRequest
-
Packages that use EnterStandbyRequest Package Description com.amazonaws.services.autoscaling com.amazonaws.services.autoscaling.model -
-
Uses of EnterStandbyRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type EnterStandbyRequest Modifier and Type Method Description EnterStandbyResult
AbstractAmazonAutoScaling. enterStandby(EnterStandbyRequest request)
EnterStandbyResult
AmazonAutoScaling. enterStandby(EnterStandbyRequest enterStandbyRequest)
Moves the specified instances intoStandby
mode.EnterStandbyResult
AmazonAutoScalingClient. enterStandby(EnterStandbyRequest enterStandbyRequest)
Moves the specified instances intoStandby
mode.Future<EnterStandbyResult>
AbstractAmazonAutoScalingAsync. enterStandbyAsync(EnterStandbyRequest request)
Future<EnterStandbyResult>
AbstractAmazonAutoScalingAsync. enterStandbyAsync(EnterStandbyRequest request, AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)
Future<EnterStandbyResult>
AmazonAutoScalingAsync. enterStandbyAsync(EnterStandbyRequest enterStandbyRequest)
Moves the specified instances intoStandby
mode.Future<EnterStandbyResult>
AmazonAutoScalingAsync. enterStandbyAsync(EnterStandbyRequest enterStandbyRequest, AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)
Moves the specified instances intoStandby
mode.Future<EnterStandbyResult>
AmazonAutoScalingAsyncClient. enterStandbyAsync(EnterStandbyRequest request)
Future<EnterStandbyResult>
AmazonAutoScalingAsyncClient. enterStandbyAsync(EnterStandbyRequest request, AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)
Method parameters in com.amazonaws.services.autoscaling with type arguments of type EnterStandbyRequest Modifier and Type Method Description Future<EnterStandbyResult>
AbstractAmazonAutoScalingAsync. enterStandbyAsync(EnterStandbyRequest request, AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)
Future<EnterStandbyResult>
AmazonAutoScalingAsync. enterStandbyAsync(EnterStandbyRequest enterStandbyRequest, AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)
Moves the specified instances intoStandby
mode.Future<EnterStandbyResult>
AmazonAutoScalingAsyncClient. enterStandbyAsync(EnterStandbyRequest request, AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)
-
Uses of EnterStandbyRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return EnterStandbyRequest Modifier and Type Method Description EnterStandbyRequest
EnterStandbyRequest. clone()
EnterStandbyRequest
EnterStandbyRequest. withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.EnterStandbyRequest
EnterStandbyRequest. withInstanceIds(String... instanceIds)
One or more instances to move intoStandby
mode.EnterStandbyRequest
EnterStandbyRequest. withInstanceIds(Collection<String> instanceIds)
One or more instances to move intoStandby
mode.EnterStandbyRequest
EnterStandbyRequest. withShouldDecrementDesiredCapacity(Boolean shouldDecrementDesiredCapacity)
Specifies whether the instances moved toStandby
mode count as part of the Auto Scaling group's desired capacity.
-