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 Tag
Tag. clone()
Tag
Tag. withKey(String key)
The key (name) of a tag.Tag
Tag. 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 ListTagsForDomainResult
ListTagsForDomainResult. withTagList(Tag... tagList)
A list of the tags that are associated with the specified domain.UpdateTagsForDomainRequest
UpdateTagsForDomainRequest. 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 void
ListTagsForDomainResult. setTagList(Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.void
UpdateTagsForDomainRequest. setTagsToUpdate(Collection<Tag> tagsToUpdate)
A list of the tag keys and values that you want to add or update.ListTagsForDomainResult
ListTagsForDomainResult. withTagList(Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.UpdateTagsForDomainRequest
UpdateTagsForDomainRequest. withTagsToUpdate(Collection<Tag> tagsToUpdate)
A list of the tag keys and values that you want to add or update.
-