Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TaggedResource> |
DescribeTagsResult.taggedResources
A list of tags with their associated resources.
|
Modifier and Type | Method and Description |
---|---|
TaggedResource |
TaggedResource.clone() |
TaggedResource |
TaggedResource.withResourceName(java.lang.String resourceName)
The Amazon Resource Name (ARN) with which the tag is associated.
|
TaggedResource |
TaggedResource.withResourceType(java.lang.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 |
---|---|
java.util.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(java.util.Collection<TaggedResource> taggedResources)
A list of tags with their associated resources.
|
DescribeTagsResult |
DescribeTagsResult.withTaggedResources(java.util.Collection<TaggedResource> taggedResources)
A list of tags with their associated resources.
|
Modifier and Type | Method and Description |
---|---|
TaggedResource |
TaggedResourceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |