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 EnterStandbyResult
AbstractAmazonAutoScaling. enterStandby(EnterStandbyRequest request)
EnterStandbyResult
AmazonAutoScaling. enterStandby(EnterStandbyRequest enterStandbyRequest)
Moves the specified instances intoStandby
mode.EnterStandbyResult
AmazonAutoScalingClient. enterStandby(EnterStandbyRequest enterStandbyRequest)
Moves the specified instances intoStandby
mode.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 intoStandby
mode.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 EnterStandbyResult
EnterStandbyResult. clone()
EnterStandbyResult
EnterStandbyResult. withActivities(Activity... activities)
The activities related to moving instances intoStandby
mode.EnterStandbyResult
EnterStandbyResult. withActivities(Collection<Activity> activities)
The activities related to moving instances intoStandby
mode.
-