Uses of Class
software.amazon.awssdk.services.ecrpublic.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseEcrPublicClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.default TagResourceResponseEcrPublicClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.Methods in software.amazon.awssdk.services.ecrpublic that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>EcrPublicAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.default CompletableFuture<TagResourceResponse>EcrPublicAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.
-