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 ResourceTagSetResourceTagSet. clone()ResourceTagSetListTagsForResourceResult. getResourceTagSet()AResourceTagSetcontaining tags associated with the specified resource.ResourceTagSetResourceTagSet. withResourceId(String resourceId)The ID for the specified resource.ResourceTagSetResourceTagSet. withResourceType(TagResourceType resourceType)The type of the resource.ResourceTagSetResourceTagSet. withResourceType(String resourceType)The type of the resource.ResourceTagSetResourceTagSet. withTags(Tag... tags)The tags associated with the specified resource.ResourceTagSetResourceTagSet. 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 ofResourceTagSets containing tags associated with the specified resources.Methods in com.amazonaws.services.route53.model with parameters of type ResourceTagSet Modifier and Type Method Description voidListTagsForResourceResult. setResourceTagSet(ResourceTagSet resourceTagSet)AResourceTagSetcontaining tags associated with the specified resource.ListTagsForResourceResultListTagsForResourceResult. withResourceTagSet(ResourceTagSet resourceTagSet)AResourceTagSetcontaining tags associated with the specified resource.ListTagsForResourcesResultListTagsForResourcesResult. withResourceTagSets(ResourceTagSet... resourceTagSets)A list ofResourceTagSets 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 voidListTagsForResourcesResult. setResourceTagSets(Collection<ResourceTagSet> resourceTagSets)A list ofResourceTagSets containing tags associated with the specified resources.ListTagsForResourcesResultListTagsForResourcesResult. withResourceTagSets(Collection<ResourceTagSet> resourceTagSets)A list ofResourceTagSets containing tags associated with the specified resources.
-