| Package | Description |
|---|---|
| com.amazonaws.services.applicationautoscaling |
With Application Auto Scaling, you can configure automatic scaling for the following resources:
|
| com.amazonaws.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSApplicationAutoScalingClient.listTagsForResource(ListTagsForResourceRequest request)
Returns all the tags on the specified Application Auto Scaling scalable target.
|
ListTagsForResourceResult |
AWSApplicationAutoScaling.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns all the tags on the specified Application Auto Scaling scalable target.
|
ListTagsForResourceResult |
AbstractAWSApplicationAutoScaling.listTagsForResource(ListTagsForResourceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAWSApplicationAutoScalingAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSApplicationAutoScalingAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSApplicationAutoScalingAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns all the tags on the specified Application Auto Scaling scalable target.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsForResourceResult |
ListTagsForResourceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Map<String,String> tags)
A list of tags.
|
Copyright © 2024. All rights reserved.