Uses of Class
com.amazonaws.services.autoscaling.model.EnterStandbyResult
-
Packages that use EnterStandbyResult Package Description com.amazonaws.services.autoscaling com.amazonaws.services.autoscaling.model -
-
Uses of EnterStandbyResult in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling that return EnterStandbyResult Modifier and Type Method Description EnterStandbyResultAbstractAmazonAutoScaling. enterStandby(EnterStandbyRequest request)EnterStandbyResultAmazonAutoScaling. enterStandby(EnterStandbyRequest enterStandbyRequest)Moves the specified instances intoStandbymode.EnterStandbyResultAmazonAutoScalingClient. enterStandby(EnterStandbyRequest enterStandbyRequest)Moves the specified instances intoStandbymode.Method parameters in com.amazonaws.services.autoscaling with type arguments of type EnterStandbyResult Modifier and Type Method Description Future<EnterStandbyResult>AbstractAmazonAutoScalingAsync. enterStandbyAsync(EnterStandbyRequest request, AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)Future<EnterStandbyResult>AmazonAutoScalingAsync. enterStandbyAsync(EnterStandbyRequest enterStandbyRequest, AsyncHandler<EnterStandbyRequest,EnterStandbyResult> asyncHandler)Moves the specified instances intoStandbymode.Future<EnterStandbyResult>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 EnterStandbyResult Modifier and Type Method Description EnterStandbyResultEnterStandbyResult. clone()EnterStandbyResultEnterStandbyResult. withActivities(Activity... activities)The activities related to moving instances intoStandbymode.EnterStandbyResultEnterStandbyResult. withActivities(Collection<Activity> activities)The activities related to moving instances intoStandbymode.
-