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