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()AResourceTagSetcontaining 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 ofResourceTagSets containing tags associated with the specified resources.Methods in com.amazonaws.services.route53.model with parameters of type ResourceTagSetModifier and TypeMethodDescriptionvoidListTagsForResourceResult.setResourceTagSet(ResourceTagSet resourceTagSet) AResourceTagSetcontaining tags associated with the specified resource.ListTagsForResourceResult.withResourceTagSet(ResourceTagSet resourceTagSet) AResourceTagSetcontaining tags associated with the specified resource.ListTagsForResourcesResult.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 ResourceTagSetModifier and TypeMethodDescriptionvoidListTagsForResourcesResult.setResourceTagSets(Collection<ResourceTagSet> resourceTagSets) A list ofResourceTagSets containing tags associated with the specified resources.ListTagsForResourcesResult.withResourceTagSets(Collection<ResourceTagSet> resourceTagSets) A list ofResourceTagSets containing tags associated with the specified resources.