Uses of Class
software.amazon.awssdk.services.route53.model.ResourceTagSet
Packages that use ResourceTagSet
-
Uses of ResourceTagSet in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ResourceTagSetModifier and TypeMethodDescriptionfinal ResourceTagSetListTagsForResourceResponse.resourceTagSet()AResourceTagSetcontaining tags associated with the specified resource.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ResourceTagSetModifier and TypeMethodDescriptionfinal 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 ResourceTagSetModifier and TypeMethodDescriptionListTagsForResourceResponse.Builder.resourceTagSet(ResourceTagSet resourceTagSet) AResourceTagSetcontaining tags associated with the specified resource.ListTagsForResourcesResponse.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 ResourceTagSetModifier and TypeMethodDescriptionListTagsForResourcesResponse.Builder.resourceTagSets(Collection<ResourceTagSet> resourceTagSets) A list ofResourceTagSets containing tags associated with the specified resources.