Uses of Class
software.amazon.awssdk.services.ecrpublic.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseEcrPublicClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes specified tags from a resource.default UntagResourceResponseEcrPublicClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes specified tags from a resource.Methods in software.amazon.awssdk.services.ecrpublic that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>EcrPublicAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes specified tags from a resource.default CompletableFuture<UntagResourceResponse>EcrPublicAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes specified tags from a resource.
-