Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<TaggedResource> |
DescribeTagsResult.getTaggedResources()
A list of tags with their associated resources.
|
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
DescribeTagsResult.withTaggedResources(TaggedResource... taggedResources)
A list of tags with their associated resources.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.