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