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