| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite |
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeTableResponse> |
TimestreamWriteAsyncClient.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 CompletableFuture<DescribeTableResponse> |
TimestreamWriteAsyncClient.describeTable(DescribeTableRequest describeTableRequest)
Returns information about the table, including the table name, database name, retention duration of the memory
store and the magnetic store.
|
Copyright © 2023. All rights reserved.