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