Uses of Class
com.amazonaws.services.redshift.model.TaggedResource
-
Packages that use TaggedResource Package Description com.amazonaws.services.redshift.model -
-
Uses of TaggedResource in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return TaggedResource Modifier and Type Method Description TaggedResource
TaggedResource. clone()
TaggedResource
TaggedResource. withResourceName(String resourceName)
The Amazon Resource Name (ARN) with which the tag is associated.TaggedResource
TaggedResource. withResourceType(String resourceType)
The type of resource with which the tag is associated.TaggedResource
TaggedResource. withTag(Tag tag)
The tag for the resource.Methods in com.amazonaws.services.redshift.model that return types with arguments of type TaggedResource Modifier and Type Method Description List<TaggedResource>
DescribeTagsResult. getTaggedResources()
A list of tags with their associated resources.Methods in com.amazonaws.services.redshift.model with parameters of type TaggedResource Modifier and Type Method Description DescribeTagsResult
DescribeTagsResult. withTaggedResources(TaggedResource... taggedResources)
A list of tags with their associated resources.Method parameters in com.amazonaws.services.redshift.model with type arguments of type TaggedResource Modifier and Type Method Description void
DescribeTagsResult. setTaggedResources(Collection<TaggedResource> taggedResources)
A list of tags with their associated resources.DescribeTagsResult
DescribeTagsResult. withTaggedResources(Collection<TaggedResource> taggedResources)
A list of tags with their associated resources.
-