Uses of Class
software.amazon.awssdk.services.autoscaling.model.DescribeScalingProcessTypesResponse
-
Packages that use DescribeScalingProcessTypesResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of DescribeScalingProcessTypesResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return DescribeScalingProcessTypesResponse Modifier and Type Method Description default DescribeScalingProcessTypesResponseAutoScalingClient. describeScalingProcessTypes()Describes the scaling process types for use with the ResumeProcesses and SuspendProcesses APIs.default DescribeScalingProcessTypesResponseAutoScalingClient. describeScalingProcessTypes(Consumer<DescribeScalingProcessTypesRequest.Builder> describeScalingProcessTypesRequest)Describes the scaling process types for use with the ResumeProcesses and SuspendProcesses APIs.default DescribeScalingProcessTypesResponseAutoScalingClient. describeScalingProcessTypes(DescribeScalingProcessTypesRequest describeScalingProcessTypesRequest)Describes the scaling process types for use with the ResumeProcesses and SuspendProcesses APIs.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type DescribeScalingProcessTypesResponse Modifier and Type Method Description default CompletableFuture<DescribeScalingProcessTypesResponse>AutoScalingAsyncClient. describeScalingProcessTypes()Describes the scaling process types for use with the ResumeProcesses and SuspendProcesses APIs.default CompletableFuture<DescribeScalingProcessTypesResponse>AutoScalingAsyncClient. describeScalingProcessTypes(Consumer<DescribeScalingProcessTypesRequest.Builder> describeScalingProcessTypesRequest)Describes the scaling process types for use with the ResumeProcesses and SuspendProcesses APIs.default CompletableFuture<DescribeScalingProcessTypesResponse>AutoScalingAsyncClient. describeScalingProcessTypes(DescribeScalingProcessTypesRequest describeScalingProcessTypesRequest)Describes the scaling process types for use with the ResumeProcesses and SuspendProcesses APIs.
-