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 intoStandbymode.AmazonAutoScalingClient.enterStandby(EnterStandbyRequest enterStandbyRequest) Moves the specified instances intoStandbymode.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 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 EnterStandbyResultModifier 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 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 intoStandbymode.EnterStandbyResult.withActivities(Collection<Activity> activities) The activities related to moving instances intoStandbymode.