Uses of Class
com.amazonaws.services.route53domains.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.route53domains.model -
-
Uses of Tag in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return Tag Modifier and Type Method Description TagTag. clone()TagTag. withKey(String key)The key (name) of a tag.TagTag. withValue(String value)The value of a tag.Methods in com.amazonaws.services.route53domains.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ListTagsForDomainResult. getTagList()A list of the tags that are associated with the specified domain.List<Tag>UpdateTagsForDomainRequest. getTagsToUpdate()A list of the tag keys and values that you want to add or update.Methods in com.amazonaws.services.route53domains.model with parameters of type Tag Modifier and Type Method Description ListTagsForDomainResultListTagsForDomainResult. withTagList(Tag... tagList)A list of the tags that are associated with the specified domain.UpdateTagsForDomainRequestUpdateTagsForDomainRequest. withTagsToUpdate(Tag... tagsToUpdate)A list of the tag keys and values that you want to add or update.Method parameters in com.amazonaws.services.route53domains.model with type arguments of type Tag Modifier and Type Method Description voidListTagsForDomainResult. setTagList(Collection<Tag> tagList)A list of the tags that are associated with the specified domain.voidUpdateTagsForDomainRequest. setTagsToUpdate(Collection<Tag> tagsToUpdate)A list of the tag keys and values that you want to add or update.ListTagsForDomainResultListTagsForDomainResult. withTagList(Collection<Tag> tagList)A list of the tags that are associated with the specified domain.UpdateTagsForDomainRequestUpdateTagsForDomainRequest. withTagsToUpdate(Collection<Tag> tagsToUpdate)A list of the tag keys and values that you want to add or update.
-