| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TaggedResource> |
DescribeTagsResponse.taggedResources()
A list of tags with their associated resources.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.taggedResources(TaggedResource... taggedResources)
A list of tags with their associated resources.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.taggedResources(Collection<TaggedResource> taggedResources)
A list of tags with their associated resources.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<TaggedResource> |
DescribeTagsPublisher.taggedResources()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<TaggedResource> |
DescribeTagsIterable.taggedResources()
Returns an iterable to iterate through the paginated
DescribeTagsResponse.taggedResources() member. |
Copyright © 2023. All rights reserved.