| Package | Description |
|---|---|
| com.amazonaws.services.config |
|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AbstractAmazonConfig.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonConfig.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for AWS Config resource.
|
ListTagsForResourceResult |
AmazonConfigClient.listTagsForResource(ListTagsForResourceRequest request)
List the tags for AWS Config resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AmazonConfigAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
List the tags for AWS Config resource.
|
Future<ListTagsForResourceResult> |
AbstractAmazonConfigAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonConfigAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withNextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags for the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags for the resource.
|
Copyright © 2020. All rights reserved.