| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateDatabaseRequest.tags()
A list of key-value pairs to label the table.
|
List<Tag> |
TagResourceRequest.tags()
The tags to be assigned to the Timestream resource.
|
List<Tag> |
CreateTableRequest.tags()
A list of key-value pairs to label the table.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags currently associated with the Timestream resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDatabaseRequest.Builder |
CreateDatabaseRequest.Builder.tags(Tag... tags)
A list of key-value pairs to label the table.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags to be assigned to the Timestream resource.
|
CreateTableRequest.Builder |
CreateTableRequest.Builder.tags(Tag... tags)
A list of key-value pairs to label the table.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags currently associated with the Timestream resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDatabaseRequest.Builder |
CreateDatabaseRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pairs to label the table.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the Timestream resource.
|
CreateTableRequest.Builder |
CreateTableRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pairs to label the table.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags currently associated with the Timestream resource.
|
Copyright © 2023. All rights reserved.