Uses of Class
com.amazonaws.services.route53domains.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return TagMethods in com.amazonaws.services.route53domains.model that return types with arguments of type TagModifier and TypeMethodDescriptionListTagsForDomainResult.getTagList()
A list of the tags that are associated with the specified domain.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 TagModifier and TypeMethodDescriptionListTagsForDomainResult.withTagList
(Tag... tagList) A list of the tags that are associated with the specified domain.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 TagModifier and TypeMethodDescriptionvoid
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.withTagList
(Collection<Tag> tagList) A list of the tags that are associated with the specified domain.UpdateTagsForDomainRequest.withTagsToUpdate
(Collection<Tag> tagsToUpdate) A list of the tag keys and values that you want to add or update.