| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamquery.model | |
| software.amazon.awssdk.services.timestreamquery.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags currently associated with the Timestream resource.
|
List<Tag> |
TagResourceRequest.tags()
The tags to be assigned to the Timestream resource.
|
List<Tag> |
CreateScheduledQueryRequest.tags()
A list of key-value pairs to label the scheduled query.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags currently associated with the Timestream resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags to be assigned to the Timestream resource.
|
CreateScheduledQueryRequest.Builder |
CreateScheduledQueryRequest.Builder.tags(Tag... tags)
A list of key-value pairs to label the scheduled query.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags currently associated with the Timestream resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the Timestream resource.
|
CreateScheduledQueryRequest.Builder |
CreateScheduledQueryRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pairs to label the scheduled query.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Tag> |
ListTagsForResourcePublisher.tags()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Tag> |
ListTagsForResourceIterable.tags()
Returns an iterable to iterate through the paginated
ListTagsForResourceResponse.tags() member. |
Copyright © 2023. All rights reserved.