Uses of Class
software.amazon.awssdk.services.route53.model.ResourceTagSet
-
Packages that use ResourceTagSet Package Description software.amazon.awssdk.services.route53.model -
-
Uses of ResourceTagSet in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ResourceTagSet Modifier and Type Method Description ResourceTagSetListTagsForResourceResponse. resourceTagSet()AResourceTagSetcontaining tags associated with the specified resource.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ResourceTagSet Modifier and Type Method Description List<ResourceTagSet>ListTagsForResourcesResponse. resourceTagSets()A list ofResourceTagSets containing tags associated with the specified resources.Methods in software.amazon.awssdk.services.route53.model with parameters of type ResourceTagSet Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTagSet(ResourceTagSet resourceTagSet)AResourceTagSetcontaining tags associated with the specified resource.ListTagsForResourcesResponse.BuilderListTagsForResourcesResponse.Builder. resourceTagSets(ResourceTagSet... resourceTagSets)A list ofResourceTagSets containing tags associated with the specified resources.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type ResourceTagSet Modifier and Type Method Description ListTagsForResourcesResponse.BuilderListTagsForResourcesResponse.Builder. resourceTagSets(Collection<ResourceTagSet> resourceTagSets)A list ofResourceTagSets containing tags associated with the specified resources.
-