Uses of Class
com.amazonaws.services.autoscaling.model.ExitStandbyResult
Packages that use ExitStandbyResult
-
Uses of ExitStandbyResult in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling that return ExitStandbyResultModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.exitStandby
(ExitStandbyRequest request) AmazonAutoScaling.exitStandby
(ExitStandbyRequest exitStandbyRequest) Moves the specified instances out ofStandby
mode.AmazonAutoScalingClient.exitStandby
(ExitStandbyRequest exitStandbyRequest) Moves the specified instances out ofStandby
mode.Methods in com.amazonaws.services.autoscaling that return types with arguments of type ExitStandbyResultModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.exitStandbyAsync
(ExitStandbyRequest request) AbstractAmazonAutoScalingAsync.exitStandbyAsync
(ExitStandbyRequest request, AsyncHandler<ExitStandbyRequest, ExitStandbyResult> asyncHandler) AmazonAutoScalingAsync.exitStandbyAsync
(ExitStandbyRequest exitStandbyRequest) Moves the specified instances out ofStandby
mode.AmazonAutoScalingAsync.exitStandbyAsync
(ExitStandbyRequest exitStandbyRequest, AsyncHandler<ExitStandbyRequest, ExitStandbyResult> asyncHandler) Moves the specified instances out ofStandby
mode.AmazonAutoScalingAsyncClient.exitStandbyAsync
(ExitStandbyRequest request) AmazonAutoScalingAsyncClient.exitStandbyAsync
(ExitStandbyRequest request, AsyncHandler<ExitStandbyRequest, ExitStandbyResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type ExitStandbyResultModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.exitStandbyAsync
(ExitStandbyRequest request, AsyncHandler<ExitStandbyRequest, ExitStandbyResult> asyncHandler) AmazonAutoScalingAsync.exitStandbyAsync
(ExitStandbyRequest exitStandbyRequest, AsyncHandler<ExitStandbyRequest, ExitStandbyResult> asyncHandler) Moves the specified instances out ofStandby
mode.AmazonAutoScalingAsyncClient.exitStandbyAsync
(ExitStandbyRequest request, AsyncHandler<ExitStandbyRequest, ExitStandbyResult> asyncHandler) -
Uses of ExitStandbyResult in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return ExitStandbyResultModifier and TypeMethodDescriptionExitStandbyResult.clone()
ExitStandbyResult.withActivities
(Activity... activities) The activities related to moving instances out ofStandby
mode.ExitStandbyResult.withActivities
(Collection<Activity> activities) The activities related to moving instances out ofStandby
mode.