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