Uses of Class
com.amazonaws.services.autoscaling.model.ExitStandbyRequest
Packages that use ExitStandbyRequest
-
Uses of ExitStandbyRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type ExitStandbyRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.exitStandby(ExitStandbyRequest request) AmazonAutoScaling.exitStandby(ExitStandbyRequest exitStandbyRequest) Moves the specified instances out ofStandbymode.AmazonAutoScalingClient.exitStandby(ExitStandbyRequest exitStandbyRequest) Moves the specified instances out ofStandbymode.AbstractAmazonAutoScalingAsync.exitStandbyAsync(ExitStandbyRequest request) AbstractAmazonAutoScalingAsync.exitStandbyAsync(ExitStandbyRequest request, AsyncHandler<ExitStandbyRequest, ExitStandbyResult> asyncHandler) AmazonAutoScalingAsync.exitStandbyAsync(ExitStandbyRequest exitStandbyRequest) Moves the specified instances out ofStandbymode.AmazonAutoScalingAsync.exitStandbyAsync(ExitStandbyRequest exitStandbyRequest, AsyncHandler<ExitStandbyRequest, ExitStandbyResult> asyncHandler) Moves the specified instances out ofStandbymode.AmazonAutoScalingAsyncClient.exitStandbyAsync(ExitStandbyRequest request) AmazonAutoScalingAsyncClient.exitStandbyAsync(ExitStandbyRequest request, AsyncHandler<ExitStandbyRequest, ExitStandbyResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type ExitStandbyRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.exitStandbyAsync(ExitStandbyRequest request, AsyncHandler<ExitStandbyRequest, ExitStandbyResult> asyncHandler) AmazonAutoScalingAsync.exitStandbyAsync(ExitStandbyRequest exitStandbyRequest, AsyncHandler<ExitStandbyRequest, ExitStandbyResult> asyncHandler) Moves the specified instances out ofStandbymode.AmazonAutoScalingAsyncClient.exitStandbyAsync(ExitStandbyRequest request, AsyncHandler<ExitStandbyRequest, ExitStandbyResult> asyncHandler) -
Uses of ExitStandbyRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return ExitStandbyRequestModifier and TypeMethodDescriptionExitStandbyRequest.clone()ExitStandbyRequest.withAutoScalingGroupName(String autoScalingGroupName) The name of the Auto Scaling group.ExitStandbyRequest.withInstanceIds(String... instanceIds) One or more instance IDs.ExitStandbyRequest.withInstanceIds(Collection<String> instanceIds) One or more instance IDs.