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