Uses of Class
com.amazonaws.services.route53.model.ResourceTagSet
Packages that use ResourceTagSet
-
Uses of ResourceTagSet in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ResourceTagSetModifier and TypeMethodDescriptionResourceTagSet.clone()
ListTagsForResourceResult.getResourceTagSet()
AResourceTagSet
containing tags associated with the specified resource.ResourceTagSet.withResourceId
(String resourceId) The ID for the specified resource.ResourceTagSet.withResourceType
(TagResourceType resourceType) The type of the resource.ResourceTagSet.withResourceType
(String resourceType) The type of the resource.The tags associated with the specified resource.ResourceTagSet.withTags
(Collection<Tag> tags) The tags associated with the specified resource.Methods in com.amazonaws.services.route53.model that return types with arguments of type ResourceTagSetModifier and TypeMethodDescriptionListTagsForResourcesResult.getResourceTagSets()
A list ofResourceTagSet
s containing tags associated with the specified resources.Methods in com.amazonaws.services.route53.model with parameters of type ResourceTagSetModifier and TypeMethodDescriptionvoid
ListTagsForResourceResult.setResourceTagSet
(ResourceTagSet resourceTagSet) AResourceTagSet
containing tags associated with the specified resource.ListTagsForResourceResult.withResourceTagSet
(ResourceTagSet resourceTagSet) AResourceTagSet
containing tags associated with the specified resource.ListTagsForResourcesResult.withResourceTagSets
(ResourceTagSet... resourceTagSets) A list ofResourceTagSet
s containing tags associated with the specified resources.Method parameters in com.amazonaws.services.route53.model with type arguments of type ResourceTagSetModifier and TypeMethodDescriptionvoid
ListTagsForResourcesResult.setResourceTagSets
(Collection<ResourceTagSet> resourceTagSets) A list ofResourceTagSet
s containing tags associated with the specified resources.ListTagsForResourcesResult.withResourceTagSets
(Collection<ResourceTagSet> resourceTagSets) A list ofResourceTagSet
s containing tags associated with the specified resources.