| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSDataSyncClient.listTagsForResource(ListTagsForResourceRequest request)
Returns all the tags associated with an Amazon Web Services resource.
|
ListTagsForResourceResult |
AbstractAWSDataSync.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AWSDataSync.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns all the tags associated with an Amazon Web Services resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AWSDataSyncAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AbstractAWSDataSyncAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSDataSyncAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns all the tags associated with an Amazon Web Services resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withNextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<TagListEntry> tags)
An array of tags applied to the specified resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(TagListEntry... tags)
An array of tags applied to the specified resource.
|
Copyright © 2024. All rights reserved.