| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default ListTagsForResourceResponse |
ApplicationAutoScalingClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns all the tags on the specified Application Auto Scaling scalable target.
|
default CompletableFuture<ListTagsForResourceResponse> |
ApplicationAutoScalingAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns all the tags on the specified Application Auto Scaling scalable target.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.builder() |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.resourceARN(String resourceARN)
Specify the ARN of the scalable target.
|
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsForResourceRequest.Builder> |
ListTagsForResourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.