| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateTableResponse |
TimestreamWriteClient.createTable(Consumer<CreateTableRequest.Builder> createTableRequest)
The CreateTable operation adds a new table to an existing database in your account.
|
default CreateTableResponse |
TimestreamWriteClient.createTable(CreateTableRequest createTableRequest)
The CreateTable operation adds a new table to an existing database in your account.
|
default DeleteDatabaseResponse |
TimestreamWriteClient.deleteDatabase(Consumer<DeleteDatabaseRequest.Builder> deleteDatabaseRequest)
Deletes a given Timestream database.
|
default DeleteDatabaseResponse |
TimestreamWriteClient.deleteDatabase(DeleteDatabaseRequest deleteDatabaseRequest)
Deletes a given Timestream database.
|
default DeleteTableResponse |
TimestreamWriteClient.deleteTable(Consumer<DeleteTableRequest.Builder> deleteTableRequest)
Deletes a given Timestream table.
|
default DeleteTableResponse |
TimestreamWriteClient.deleteTable(DeleteTableRequest deleteTableRequest)
Deletes a given Timestream table.
|
default DescribeDatabaseResponse |
TimestreamWriteClient.describeDatabase(Consumer<DescribeDatabaseRequest.Builder> describeDatabaseRequest)
Returns information about the database, including the database name, time that the database was created, and the
total number of tables found within the database.
|
default DescribeDatabaseResponse |
TimestreamWriteClient.describeDatabase(DescribeDatabaseRequest describeDatabaseRequest)
Returns information about the database, including the database name, time that the database was created, and the
total number of tables found within the database.
|
default DescribeTableResponse |
TimestreamWriteClient.describeTable(Consumer<DescribeTableRequest.Builder> describeTableRequest)
Returns information about the table, including the table name, database name, retention duration of the memory
store and the magnetic store.
|
default DescribeTableResponse |
TimestreamWriteClient.describeTable(DescribeTableRequest describeTableRequest)
Returns information about the table, including the table name, database name, retention duration of the memory
store and the magnetic store.
|
default ListTablesResponse |
TimestreamWriteClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)
A list of tables, along with the name, status and retention properties of each table.
|
default ListTablesResponse |
TimestreamWriteClient.listTables(ListTablesRequest listTablesRequest)
A list of tables, along with the name, status and retention properties of each table.
|
default ListTablesIterable |
TimestreamWriteClient.listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest)
A list of tables, along with the name, status and retention properties of each table.
|
default ListTablesIterable |
TimestreamWriteClient.listTablesPaginator(ListTablesRequest listTablesRequest)
A list of tables, along with the name, status and retention properties of each table.
|
default ListTagsForResourceResponse |
TimestreamWriteClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List all tags on a Timestream resource.
|
default ListTagsForResourceResponse |
TimestreamWriteClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List all tags on a Timestream resource.
|
default TagResourceResponse |
TimestreamWriteClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associate a set of tags with a Timestream resource.
|
default TagResourceResponse |
TimestreamWriteClient.tagResource(TagResourceRequest tagResourceRequest)
Associate a set of tags with a Timestream resource.
|
default UntagResourceResponse |
TimestreamWriteClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the association of tags from a Timestream resource.
|
default UntagResourceResponse |
TimestreamWriteClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the association of tags from a Timestream resource.
|
default UpdateDatabaseResponse |
TimestreamWriteClient.updateDatabase(Consumer<UpdateDatabaseRequest.Builder> updateDatabaseRequest)
Modifies the KMS key for an existing database.
|
default UpdateDatabaseResponse |
TimestreamWriteClient.updateDatabase(UpdateDatabaseRequest updateDatabaseRequest)
Modifies the KMS key for an existing database.
|
default UpdateTableResponse |
TimestreamWriteClient.updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest)
Modifies the retention duration of the memory store and magnetic store for your Timestream table.
|
default UpdateTableResponse |
TimestreamWriteClient.updateTable(UpdateTableRequest updateTableRequest)
Modifies the retention duration of the memory store and magnetic store for your Timestream table.
|
default WriteRecordsResponse |
TimestreamWriteClient.writeRecords(Consumer<WriteRecordsRequest.Builder> writeRecordsRequest)
The WriteRecords operation enables you to write your time series data into Timestream.
|
default WriteRecordsResponse |
TimestreamWriteClient.writeRecords(WriteRecordsRequest writeRecordsRequest)
The WriteRecords operation enables you to write your time series data into Timestream.
|
Copyright © 2022. All rights reserved.