Uses of Class
software.amazon.awssdk.services.ecrpublic.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of Tag in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateRepositoryRequest. tags()The metadata that you apply to each repository to help categorize and organize your repositories.List<Tag>ListTagsForResourceResponse. tags()The tags for the resource.List<Tag>TagResourceRequest. tags()The tags to add to the resource.Methods in software.amazon.awssdk.services.ecrpublic.model with parameters of type Tag Modifier and Type Method Description CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. tags(Tag... tags)The metadata that you apply to each repository to help categorize and organize your repositories.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags for the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to add to the resource.Method parameters in software.amazon.awssdk.services.ecrpublic.model with type arguments of type Tag Modifier and Type Method Description CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. tags(Collection<Tag> tags)The metadata that you apply to each repository to help categorize and organize your repositories.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags for the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to add to the resource.
-