Uses of Class
software.amazon.awssdk.services.autoscaling.model.EnterStandbyRequest
-
Packages that use EnterStandbyRequest Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.transform -
-
Uses of EnterStandbyRequest in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling with parameters of type EnterStandbyRequest Modifier and Type Method Description default CompletableFuture<EnterStandbyResponse>AutoScalingAsyncClient. enterStandby(EnterStandbyRequest enterStandbyRequest)Moves the specified instances into the standby state.default EnterStandbyResponseAutoScalingClient. enterStandby(EnterStandbyRequest enterStandbyRequest)Moves the specified instances into the standby state. -
Uses of EnterStandbyRequest in software.amazon.awssdk.services.autoscaling.transform
Methods in software.amazon.awssdk.services.autoscaling.transform with parameters of type EnterStandbyRequest Modifier and Type Method Description SdkHttpFullRequestEnterStandbyRequestMarshaller. marshall(EnterStandbyRequest enterStandbyRequest)
-