Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.DescribeScalingPlanResourcesResponse
-
Packages that use DescribeScalingPlanResourcesResponse Package Description software.amazon.awssdk.services.autoscalingplans AWS Auto Scaling -
-
Uses of DescribeScalingPlanResourcesResponse in software.amazon.awssdk.services.autoscalingplans
Methods in software.amazon.awssdk.services.autoscalingplans that return DescribeScalingPlanResourcesResponse Modifier and Type Method Description default DescribeScalingPlanResourcesResponseAutoScalingPlansClient. describeScalingPlanResources(Consumer<DescribeScalingPlanResourcesRequest.Builder> describeScalingPlanResourcesRequest)Describes the scalable resources in the specified scaling plan.default DescribeScalingPlanResourcesResponseAutoScalingPlansClient. describeScalingPlanResources(DescribeScalingPlanResourcesRequest describeScalingPlanResourcesRequest)Describes the scalable resources in the specified scaling plan.Methods in software.amazon.awssdk.services.autoscalingplans that return types with arguments of type DescribeScalingPlanResourcesResponse Modifier and Type Method Description default CompletableFuture<DescribeScalingPlanResourcesResponse>AutoScalingPlansAsyncClient. describeScalingPlanResources(Consumer<DescribeScalingPlanResourcesRequest.Builder> describeScalingPlanResourcesRequest)Describes the scalable resources in the specified scaling plan.default CompletableFuture<DescribeScalingPlanResourcesResponse>AutoScalingPlansAsyncClient. describeScalingPlanResources(DescribeScalingPlanResourcesRequest describeScalingPlanResourcesRequest)Describes the scalable resources in the specified scaling plan.
-