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 ofTagelements.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 ofTagelements.The tags associated with the specified resource.Method parameters in com.amazonaws.services.route53.model with type arguments of type TagModifier and TypeMethodDescriptionvoidChangeTagsForResourceRequest.setAddTags(Collection<Tag> addTags) A complex type that contains a list ofTagelements.voidResourceTagSet.setTags(Collection<Tag> tags) The tags associated with the specified resource.ChangeTagsForResourceRequest.withAddTags(Collection<Tag> addTags) A complex type that contains a list ofTagelements.ResourceTagSet.withTags(Collection<Tag> tags) The tags associated with the specified resource.