Uses of Class
software.amazon.awssdk.services.autoscaling.model.SuspendProcessesRequest
-
Packages that use SuspendProcessesRequest Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.transform -
-
Uses of SuspendProcessesRequest in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling with parameters of type SuspendProcessesRequest Modifier and Type Method Description default CompletableFuture<SuspendProcessesResponse>AutoScalingAsyncClient. suspendProcesses(SuspendProcessesRequest suspendProcessesRequest)Suspends the specified auto scaling processes, or all processes, for the specified Auto Scaling group.default SuspendProcessesResponseAutoScalingClient. suspendProcesses(SuspendProcessesRequest suspendProcessesRequest)Suspends the specified auto scaling processes, or all processes, for the specified Auto Scaling group. -
Uses of SuspendProcessesRequest in software.amazon.awssdk.services.autoscaling.transform
Methods in software.amazon.awssdk.services.autoscaling.transform with parameters of type SuspendProcessesRequest Modifier and Type Method Description SdkHttpFullRequestSuspendProcessesRequestMarshaller. marshall(SuspendProcessesRequest suspendProcessesRequest)
-