Uses of Class
software.amazon.awssdk.services.mediastore.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects.software.amazon.awssdk.services.mediastore.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>MediaStoreAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.mediastore.transform
Methods in software.amazon.awssdk.services.mediastore.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-