Uses of Class
software.amazon.awssdk.services.ecr.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of Tag in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateRepositoryCreationTemplateRequest. resourceTags()The metadata to apply to the repository to help you categorize and organize.List<Tag>RepositoryCreationTemplate. resourceTags()The metadata to apply to the repository to help you categorize and organize.List<Tag>UpdateRepositoryCreationTemplateRequest. resourceTags()The metadata to apply to the repository to help you categorize and organize.List<Tag>CreateRepositoryRequest. tags()The metadata that you apply to the repository to help you categorize and organize them.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.ecr.model with parameters of type Tag Modifier and Type Method Description CreateRepositoryCreationTemplateRequest.BuilderCreateRepositoryCreationTemplateRequest.Builder. resourceTags(Tag... resourceTags)The metadata to apply to the repository to help you categorize and organize.RepositoryCreationTemplate.BuilderRepositoryCreationTemplate.Builder. resourceTags(Tag... resourceTags)The metadata to apply to the repository to help you categorize and organize.UpdateRepositoryCreationTemplateRequest.BuilderUpdateRepositoryCreationTemplateRequest.Builder. resourceTags(Tag... resourceTags)The metadata to apply to the repository to help you categorize and organize.CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. tags(Tag... tags)The metadata that you apply to the repository to help you categorize and organize them.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.ecr.model with type arguments of type Tag Modifier and Type Method Description CreateRepositoryCreationTemplateRequest.BuilderCreateRepositoryCreationTemplateRequest.Builder. resourceTags(Collection<Tag> resourceTags)The metadata to apply to the repository to help you categorize and organize.RepositoryCreationTemplate.BuilderRepositoryCreationTemplate.Builder. resourceTags(Collection<Tag> resourceTags)The metadata to apply to the repository to help you categorize and organize.UpdateRepositoryCreationTemplateRequest.BuilderUpdateRepositoryCreationTemplateRequest.Builder. resourceTags(Collection<Tag> resourceTags)The metadata to apply to the repository to help you categorize and organize.CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. tags(Collection<Tag> tags)The metadata that you apply to the repository to help you categorize and organize them.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.
-