Uses of Class
software.amazon.awssdk.services.autoscaling.model.ExitStandbyResponse
-
Packages that use ExitStandbyResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of ExitStandbyResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return ExitStandbyResponse Modifier and Type Method Description default ExitStandbyResponseAutoScalingClient. exitStandby(Consumer<ExitStandbyRequest.Builder> exitStandbyRequest)Moves the specified instances out of the standby state.default ExitStandbyResponseAutoScalingClient. exitStandby(ExitStandbyRequest exitStandbyRequest)Moves the specified instances out of the standby state.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type ExitStandbyResponse Modifier and Type Method Description default CompletableFuture<ExitStandbyResponse>AutoScalingAsyncClient. exitStandby(Consumer<ExitStandbyRequest.Builder> exitStandbyRequest)Moves the specified instances out of the standby state.default CompletableFuture<ExitStandbyResponse>AutoScalingAsyncClient. exitStandby(ExitStandbyRequest exitStandbyRequest)Moves the specified instances out of the standby state.
-