Uses of Class
software.amazon.awssdk.services.codeartifact.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of Tag in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateDomainRequest. tags()One or more tag key-value pairs for the domain.List<Tag>CreateRepositoryRequest. tags()One or more tag key-value pairs for the repository.List<Tag>ListTagsForResourceResponse. tags()A list of tag key and value pairs associated with the specified resource.List<Tag>TagResourceRequest. tags()The tags you want to modify or add to the resource.Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type Tag Modifier and Type Method Description CreateDomainRequest.BuilderCreateDomainRequest.Builder. tags(Tag... tags)One or more tag key-value pairs for the domain.CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. tags(Tag... tags)One or more tag key-value pairs for the repository.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of tag key and value pairs associated with the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags you want to modify or add to the resource.Method parameters in software.amazon.awssdk.services.codeartifact.model with type arguments of type Tag Modifier and Type Method Description CreateDomainRequest.BuilderCreateDomainRequest.Builder. tags(Collection<Tag> tags)One or more tag key-value pairs for the domain.CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. tags(Collection<Tag> tags)One or more tag key-value pairs for the repository.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of tag key and value pairs associated with the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags you want to modify or add to the resource.
-