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