Uses of Class
com.amazonaws.services.route53.model.ResourceTagSet
-
Packages that use ResourceTagSet Package Description com.amazonaws.services.route53.model -
-
Uses of ResourceTagSet in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ResourceTagSet Modifier and Type Method Description ResourceTagSet
ResourceTagSet. clone()
ResourceTagSet
ListTagsForResourceResult. getResourceTagSet()
AResourceTagSet
containing tags associated with the specified resource.ResourceTagSet
ResourceTagSet. withResourceId(String resourceId)
The ID for the specified resource.ResourceTagSet
ResourceTagSet. withResourceType(TagResourceType resourceType)
The type of the resource.ResourceTagSet
ResourceTagSet. withResourceType(String resourceType)
The type of the resource.ResourceTagSet
ResourceTagSet. withTags(Tag... tags)
The tags associated with the specified resource.ResourceTagSet
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 ResourceTagSet Modifier and Type Method Description List<ResourceTagSet>
ListTagsForResourcesResult. getResourceTagSets()
A list ofResourceTagSet
s containing tags associated with the specified resources.Methods in com.amazonaws.services.route53.model with parameters of type ResourceTagSet Modifier and Type Method Description void
ListTagsForResourceResult. setResourceTagSet(ResourceTagSet resourceTagSet)
AResourceTagSet
containing tags associated with the specified resource.ListTagsForResourceResult
ListTagsForResourceResult. withResourceTagSet(ResourceTagSet resourceTagSet)
AResourceTagSet
containing tags associated with the specified resource.ListTagsForResourcesResult
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 ResourceTagSet Modifier and Type Method Description void
ListTagsForResourcesResult. setResourceTagSets(Collection<ResourceTagSet> resourceTagSets)
A list ofResourceTagSet
s containing tags associated with the specified resources.ListTagsForResourcesResult
ListTagsForResourcesResult. withResourceTagSets(Collection<ResourceTagSet> resourceTagSets)
A list ofResourceTagSet
s containing tags associated with the specified resources.
-