Uses of Class
software.amazon.awssdk.services.mediastore.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseMediaStoreClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to the specified AWS Elemental MediaStore container.default TagResourceResponseMediaStoreClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to the specified AWS Elemental MediaStore container.Methods in software.amazon.awssdk.services.mediastore that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>MediaStoreAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to the specified AWS Elemental MediaStore container.default CompletableFuture<TagResourceResponse>MediaStoreAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to the specified AWS Elemental MediaStore container.
-