Uses of Class
software.amazon.awssdk.services.mediastore.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseMediaStoreClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified container.default UntagResourceResponseMediaStoreClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified container.Methods in software.amazon.awssdk.services.mediastore that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>MediaStoreAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified container.default CompletableFuture<UntagResourceResponse>MediaStoreAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified container.
-