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 EnterStandbyResultAbstractAmazonAutoScaling. enterStandby(EnterStandbyRequest request)EnterStandbyResultAmazonAutoScaling. enterStandby(EnterStandbyRequest enterStandbyRequest)Moves the specified instances intoStandbymode.EnterStandbyResultAmazonAutoScalingClient. enterStandby(EnterStandbyRequest enterStandbyRequest)Moves the specified instances intoStandbymode.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 intoStandbymode.Future<EnterStandbyResult>AmazonAutoScalingAsync. enterStandbyAsync(EnterStandbyRequest enterStandbyRequest, AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)Moves the specified instances intoStandbymode.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 intoStandbymode.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 EnterStandbyRequestEnterStandbyRequest. clone()EnterStandbyRequestEnterStandbyRequest. withAutoScalingGroupName(String autoScalingGroupName)The name of the Auto Scaling group.EnterStandbyRequestEnterStandbyRequest. withInstanceIds(String... instanceIds)One or more instances to move intoStandbymode.EnterStandbyRequestEnterStandbyRequest. withInstanceIds(Collection<String> instanceIds)One or more instances to move intoStandbymode.EnterStandbyRequestEnterStandbyRequest. withShouldDecrementDesiredCapacity(Boolean shouldDecrementDesiredCapacity)Specifies whether the instances moved toStandbymode count as part of the Auto Scaling group's desired capacity.
-