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