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 TaggedResourceTaggedResource. clone()TaggedResourceTaggedResource. withResourceName(String resourceName)The Amazon Resource Name (ARN) with which the tag is associated.TaggedResourceTaggedResource. withResourceType(String resourceType)The type of resource with which the tag is associated.TaggedResourceTaggedResource. 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 DescribeTagsResultDescribeTagsResult. 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 voidDescribeTagsResult. setTaggedResources(Collection<TaggedResource> taggedResources)A list of tags with their associated resources.DescribeTagsResultDescribeTagsResult. withTaggedResources(Collection<TaggedResource> taggedResources)A list of tags with their associated resources.
-