Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.DescribeDatabaseResponse
-
Packages that use DescribeDatabaseResponse Package Description software.amazon.awssdk.services.timestreamwrite Amazon Timestream Write -
-
Uses of DescribeDatabaseResponse in software.amazon.awssdk.services.timestreamwrite
Methods in software.amazon.awssdk.services.timestreamwrite that return DescribeDatabaseResponse Modifier and Type Method Description default DescribeDatabaseResponseTimestreamWriteClient. 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 DescribeDatabaseResponseTimestreamWriteClient. 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.Methods in software.amazon.awssdk.services.timestreamwrite that return types with arguments of type DescribeDatabaseResponse Modifier and Type Method 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.
-