Uses of Class
software.amazon.awssdk.services.autoscaling.model.DescribeAdjustmentTypesResponse
-
Packages that use DescribeAdjustmentTypesResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of DescribeAdjustmentTypesResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return DescribeAdjustmentTypesResponse Modifier and Type Method Description default DescribeAdjustmentTypesResponseAutoScalingClient. describeAdjustmentTypes()Describes the available adjustment types for step scaling and simple scaling policies.default DescribeAdjustmentTypesResponseAutoScalingClient. describeAdjustmentTypes(Consumer<DescribeAdjustmentTypesRequest.Builder> describeAdjustmentTypesRequest)Describes the available adjustment types for step scaling and simple scaling policies.default DescribeAdjustmentTypesResponseAutoScalingClient. describeAdjustmentTypes(DescribeAdjustmentTypesRequest describeAdjustmentTypesRequest)Describes the available adjustment types for step scaling and simple scaling policies.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type DescribeAdjustmentTypesResponse Modifier and Type Method Description default CompletableFuture<DescribeAdjustmentTypesResponse>AutoScalingAsyncClient. describeAdjustmentTypes()Describes the available adjustment types for step scaling and simple scaling policies.default CompletableFuture<DescribeAdjustmentTypesResponse>AutoScalingAsyncClient. describeAdjustmentTypes(Consumer<DescribeAdjustmentTypesRequest.Builder> describeAdjustmentTypesRequest)Describes the available adjustment types for step scaling and simple scaling policies.default CompletableFuture<DescribeAdjustmentTypesResponse>AutoScalingAsyncClient. describeAdjustmentTypes(DescribeAdjustmentTypesRequest describeAdjustmentTypesRequest)Describes the available adjustment types for step scaling and simple scaling policies.
-