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 TagTag. clone()TagTag. withKey(String key)The key for aTag.TagTag. 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 ofTagelements.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 ChangeTagsForResourceRequestChangeTagsForResourceRequest. withAddTags(Tag... addTags)A complex type that contains a list ofTagelements.ResourceTagSetResourceTagSet. 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 voidChangeTagsForResourceRequest. setAddTags(Collection<Tag> addTags)A complex type that contains a list ofTagelements.voidResourceTagSet. setTags(Collection<Tag> tags)The tags associated with the specified resource.ChangeTagsForResourceRequestChangeTagsForResourceRequest. withAddTags(Collection<Tag> addTags)A complex type that contains a list ofTagelements.ResourceTagSetResourceTagSet. withTags(Collection<Tag> tags)The tags associated with the specified resource.
-