Uses of Class
software.amazon.awssdk.services.route53.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.route53.model -
-
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 Tag Modifier and Type Method Description List<Tag>ChangeTagsForResourceRequest. 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.List<Tag>ResourceTagSet. tags()The tags associated with the specified resource.Methods in software.amazon.awssdk.services.route53.model with parameters of type Tag Modifier and Type Method Description ChangeTagsForResourceRequest.BuilderChangeTagsForResourceRequest.Builder. addTags(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.BuilderResourceTagSet.Builder. tags(Tag... tags)The tags associated with the specified resource.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type Tag Modifier and Type Method Description ChangeTagsForResourceRequest.BuilderChangeTagsForResourceRequest.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.BuilderResourceTagSet.Builder. tags(Collection<Tag> tags)The tags associated with the specified resource.
-