Uses of Class
software.amazon.awssdk.services.mediastore.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseMediaStoreClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of the tags assigned to the specified container.default ListTagsForResourceResponseMediaStoreClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of the tags assigned to the specified container.Methods in software.amazon.awssdk.services.mediastore that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>MediaStoreAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of the tags assigned to the specified container.default CompletableFuture<ListTagsForResourceResponse>MediaStoreAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of the tags assigned to the specified container.
-