| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DescribeScalableTargetsResponse |
ApplicationAutoScalingClient.describeScalableTargets(Consumer<DescribeScalableTargetsRequest.Builder> describeScalableTargetsRequest)
Gets information about the scalable targets in the specified namespace.
|
default DescribeScalableTargetsResponse |
ApplicationAutoScalingClient.describeScalableTargets(DescribeScalableTargetsRequest describeScalableTargetsRequest)
Gets information about the scalable targets in the specified namespace.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeScalableTargetsResponse> |
DescribeScalableTargetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScalableTargetsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeScalableTargetsResponse> subscriber) |
Copyright © 2023. All rights reserved.