| Package | Description |
|---|---|
| com.amazonaws.services.mediastore |
An AWS Elemental MediaStore container is a namespace that holds folders and objects.
|
| com.amazonaws.services.mediastore.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSMediaStore.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags assigned to the specified container.
|
ListTagsForResourceResult |
AWSMediaStoreClient.listTagsForResource(ListTagsForResourceRequest request)
Returns a list of the tags assigned to the specified container.
|
ListTagsForResourceResult |
AbstractAWSMediaStore.listTagsForResource(ListTagsForResourceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAWSMediaStoreAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSMediaStoreAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of the tags assigned to the specified container.
|
Future<ListTagsForResourceResult> |
AWSMediaStoreAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
An array of key:value pairs that are assigned to the container.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
An array of key:value pairs that are assigned to the container.
|
Copyright © 2021. All rights reserved.