| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite |
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeDatabaseResponse> |
TimestreamWriteAsyncClient.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 CompletableFuture<DescribeDatabaseResponse> |
TimestreamWriteAsyncClient.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.
|
Copyright © 2023. All rights reserved.