Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.DescribeScalingPlansResponse
-
Packages that use DescribeScalingPlansResponse Package Description software.amazon.awssdk.services.autoscalingplans AWS Auto Scaling -
-
Uses of DescribeScalingPlansResponse in software.amazon.awssdk.services.autoscalingplans
Methods in software.amazon.awssdk.services.autoscalingplans that return DescribeScalingPlansResponse Modifier and Type Method Description default DescribeScalingPlansResponseAutoScalingPlansClient. describeScalingPlans()Describes one or more of your scaling plans.default DescribeScalingPlansResponseAutoScalingPlansClient. describeScalingPlans(Consumer<DescribeScalingPlansRequest.Builder> describeScalingPlansRequest)Describes one or more of your scaling plans.default DescribeScalingPlansResponseAutoScalingPlansClient. describeScalingPlans(DescribeScalingPlansRequest describeScalingPlansRequest)Describes one or more of your scaling plans.Methods in software.amazon.awssdk.services.autoscalingplans that return types with arguments of type DescribeScalingPlansResponse Modifier and Type Method Description default CompletableFuture<DescribeScalingPlansResponse>AutoScalingPlansAsyncClient. describeScalingPlans()Describes one or more of your scaling plans.default CompletableFuture<DescribeScalingPlansResponse>AutoScalingPlansAsyncClient. describeScalingPlans(Consumer<DescribeScalingPlansRequest.Builder> describeScalingPlansRequest)Describes one or more of your scaling plans.default CompletableFuture<DescribeScalingPlansResponse>AutoScalingPlansAsyncClient. describeScalingPlans(DescribeScalingPlansRequest describeScalingPlansRequest)Describes one or more of your scaling plans.
-