Uses of Class
software.amazon.awssdk.services.route53.model.Tag
Packages that use Tag
-
Uses of Tag in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type TagModifier and TypeMethodDescriptionChangeTagsForResourceRequest.addTags()A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone and/or the tags that you want to editValuefor.ResourceTagSet.tags()The tags associated with the specified resource.Methods in software.amazon.awssdk.services.route53.model with parameters of type TagModifier and TypeMethodDescriptionA complex type that contains a list of the tags that you want to add to the specified health check or hosted zone and/or the tags that you want to editValuefor.The tags associated with the specified resource.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type TagModifier and TypeMethodDescriptionChangeTagsForResourceRequest.Builder.addTags(Collection<Tag> addTags) A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone and/or the tags that you want to editValuefor.ResourceTagSet.Builder.tags(Collection<Tag> tags) The tags associated with the specified resource.