Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.DescribeScalingPoliciesResponse
-
Packages that use DescribeScalingPoliciesResponse Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources:software.amazon.awssdk.services.applicationautoscaling.paginators -
-
Uses of DescribeScalingPoliciesResponse in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling that return DescribeScalingPoliciesResponse Modifier and Type Method Description default DescribeScalingPoliciesResponseApplicationAutoScalingClient. describeScalingPolicies(Consumer<DescribeScalingPoliciesRequest.Builder> describeScalingPoliciesRequest)Describes the Application Auto Scaling scaling policies for the specified service namespace.default DescribeScalingPoliciesResponseApplicationAutoScalingClient. describeScalingPolicies(DescribeScalingPoliciesRequest describeScalingPoliciesRequest)Describes the Application Auto Scaling scaling policies for the specified service namespace.Methods in software.amazon.awssdk.services.applicationautoscaling that return types with arguments of type DescribeScalingPoliciesResponse Modifier and Type Method Description default CompletableFuture<DescribeScalingPoliciesResponse>ApplicationAutoScalingAsyncClient. describeScalingPolicies(Consumer<DescribeScalingPoliciesRequest.Builder> describeScalingPoliciesRequest)Describes the Application Auto Scaling scaling policies for the specified service namespace.default CompletableFuture<DescribeScalingPoliciesResponse>ApplicationAutoScalingAsyncClient. describeScalingPolicies(DescribeScalingPoliciesRequest describeScalingPoliciesRequest)Describes the Application Auto Scaling scaling policies for the specified service namespace. -
Uses of DescribeScalingPoliciesResponse in software.amazon.awssdk.services.applicationautoscaling.paginators
Methods in software.amazon.awssdk.services.applicationautoscaling.paginators that return types with arguments of type DescribeScalingPoliciesResponse Modifier and Type Method Description Iterator<DescribeScalingPoliciesResponse>DescribeScalingPoliciesIterable. iterator()Method parameters in software.amazon.awssdk.services.applicationautoscaling.paginators with type arguments of type DescribeScalingPoliciesResponse Modifier and Type Method Description voidDescribeScalingPoliciesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeScalingPoliciesResponse> subscriber)
-