Uses of Class
com.amazonaws.services.autoscaling.model.EnterStandbyResult
Packages that use EnterStandbyResult
-
Uses of EnterStandbyResult in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling that return EnterStandbyResultModifier 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.Methods in com.amazonaws.services.autoscaling that return types with arguments of type EnterStandbyResultModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.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 EnterStandbyResultModifier 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 EnterStandbyResult in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return EnterStandbyResultModifier and TypeMethodDescriptionEnterStandbyResult.clone()
EnterStandbyResult.withActivities
(Activity... activities) The activities related to moving instances intoStandby
mode.EnterStandbyResult.withActivities
(Collection<Activity> activities) The activities related to moving instances intoStandby
mode.