Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.DescribeScalableTargetsResponse
-
Packages that use DescribeScalableTargetsResponse 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 DescribeScalableTargetsResponse in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling that return DescribeScalableTargetsResponse Modifier and Type Method Description default DescribeScalableTargetsResponseApplicationAutoScalingClient. describeScalableTargets(Consumer<DescribeScalableTargetsRequest.Builder> describeScalableTargetsRequest)Gets information about the scalable targets in the specified namespace.default DescribeScalableTargetsResponseApplicationAutoScalingClient. describeScalableTargets(DescribeScalableTargetsRequest describeScalableTargetsRequest)Gets information about the scalable targets in the specified namespace.Methods in software.amazon.awssdk.services.applicationautoscaling that return types with arguments of type DescribeScalableTargetsResponse Modifier and Type Method Description default CompletableFuture<DescribeScalableTargetsResponse>ApplicationAutoScalingAsyncClient. describeScalableTargets(Consumer<DescribeScalableTargetsRequest.Builder> describeScalableTargetsRequest)Gets information about the scalable targets in the specified namespace.default CompletableFuture<DescribeScalableTargetsResponse>ApplicationAutoScalingAsyncClient. describeScalableTargets(DescribeScalableTargetsRequest describeScalableTargetsRequest)Gets information about the scalable targets in the specified namespace. -
Uses of DescribeScalableTargetsResponse in software.amazon.awssdk.services.applicationautoscaling.paginators
Methods in software.amazon.awssdk.services.applicationautoscaling.paginators that return types with arguments of type DescribeScalableTargetsResponse Modifier and Type Method Description Iterator<DescribeScalableTargetsResponse>DescribeScalableTargetsIterable. iterator()Method parameters in software.amazon.awssdk.services.applicationautoscaling.paginators with type arguments of type DescribeScalableTargetsResponse Modifier and Type Method Description voidDescribeScalableTargetsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeScalableTargetsResponse> subscriber)
-