Uses of Class
com.amazonaws.services.route53.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return TagMethods in com.amazonaws.services.route53.model that return types with arguments of type TagModifier and TypeMethodDescriptionChangeTagsForResourceRequest.getAddTags()
A complex type that contains a list ofTag
elements.ResourceTagSet.getTags()
The tags associated with the specified resource.Methods in com.amazonaws.services.route53.model with parameters of type TagModifier and TypeMethodDescriptionChangeTagsForResourceRequest.withAddTags
(Tag... addTags) A complex type that contains a list ofTag
elements.The tags associated with the specified resource.Method parameters in com.amazonaws.services.route53.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
ChangeTagsForResourceRequest.setAddTags
(Collection<Tag> addTags) A complex type that contains a list ofTag
elements.void
ResourceTagSet.setTags
(Collection<Tag> tags) The tags associated with the specified resource.ChangeTagsForResourceRequest.withAddTags
(Collection<Tag> addTags) A complex type that contains a list ofTag
elements.ResourceTagSet.withTags
(Collection<Tag> tags) The tags associated with the specified resource.