Uses of Class
software.amazon.awssdk.services.autoscaling.model.SuspendProcessesResponse
-
Packages that use SuspendProcessesResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of SuspendProcessesResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return SuspendProcessesResponse Modifier and Type Method Description default SuspendProcessesResponseAutoScalingClient. suspendProcesses(Consumer<SuspendProcessesRequest.Builder> 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.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type SuspendProcessesResponse Modifier and Type Method Description default CompletableFuture<SuspendProcessesResponse>AutoScalingAsyncClient. suspendProcesses(Consumer<SuspendProcessesRequest.Builder> suspendProcessesRequest)Suspends the specified auto scaling processes, or all processes, for the specified Auto Scaling group.default CompletableFuture<SuspendProcessesResponse>AutoScalingAsyncClient. suspendProcesses(SuspendProcessesRequest suspendProcessesRequest)Suspends the specified auto scaling processes, or all processes, for the specified Auto Scaling group.
-