| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSDataSync.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns all the tags associated with a specified resources.
|
ListTagsForResourceResult |
AbstractAWSDataSync.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AWSDataSyncClient.listTagsForResource(ListTagsForResourceRequest request)
Returns all the tags associated with a specified resources.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AWSDataSyncAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns all the tags associated with a specified resources.
|
Future<ListTagsForResourceResult> |
AWSDataSyncAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AbstractAWSDataSyncAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withNextToken(String nextToken)
An opaque string that indicates the position at which to begin returning the next list of resource tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<TagListEntry> tags)
Array of resource tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(TagListEntry... tags)
Array of resource tags.
|
Copyright © 2019. All rights reserved.