Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.DescribeDatabaseRequest
-
Packages that use DescribeDatabaseRequest Package Description software.amazon.awssdk.services.timestreamwrite Amazon Timestream Write software.amazon.awssdk.services.timestreamwrite.transform -
-
Uses of DescribeDatabaseRequest in software.amazon.awssdk.services.timestreamwrite
Methods in software.amazon.awssdk.services.timestreamwrite with parameters of type DescribeDatabaseRequest Modifier and Type Method Description 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.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. -
Uses of DescribeDatabaseRequest in software.amazon.awssdk.services.timestreamwrite.transform
Methods in software.amazon.awssdk.services.timestreamwrite.transform with parameters of type DescribeDatabaseRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDatabaseRequestMarshaller. marshall(DescribeDatabaseRequest describeDatabaseRequest)
-