Uses of Class
software.amazon.awssdk.services.ecr.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry software.amazon.awssdk.services.ecr.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>EcrAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.ecr.transform
Methods in software.amazon.awssdk.services.ecr.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-