Uses of Class
com.amazonaws.services.route53.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.route53.model -
-
Uses of Tag in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return Tag Modifier and Type Method Description Tag
Tag. clone()
Tag
Tag. withKey(String key)
The key for aTag
.Tag
Tag. withValue(String value)
The value for aTag
.Methods in com.amazonaws.services.route53.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
ChangeTagsForResourceRequest. getAddTags()
A complex type that contains a list ofTag
elements.List<Tag>
ResourceTagSet. getTags()
The tags associated with the specified resource.Methods in com.amazonaws.services.route53.model with parameters of type Tag Modifier and Type Method Description ChangeTagsForResourceRequest
ChangeTagsForResourceRequest. withAddTags(Tag... addTags)
A complex type that contains a list ofTag
elements.ResourceTagSet
ResourceTagSet. withTags(Tag... tags)
The tags associated with the specified resource.Method parameters in com.amazonaws.services.route53.model with type arguments of type Tag Modifier and Type Method Description void
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
ChangeTagsForResourceRequest. withAddTags(Collection<Tag> addTags)
A complex type that contains a list ofTag
elements.ResourceTagSet
ResourceTagSet. withTags(Collection<Tag> tags)
The tags associated with the specified resource.
-