Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.DescribeTableResponse
-
Packages that use DescribeTableResponse Package Description software.amazon.awssdk.services.timestreamwrite Amazon Timestream Write -
-
Uses of DescribeTableResponse in software.amazon.awssdk.services.timestreamwrite
Methods in software.amazon.awssdk.services.timestreamwrite that return DescribeTableResponse Modifier and Type Method Description default DescribeTableResponseTimestreamWriteClient. 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 DescribeTableResponseTimestreamWriteClient. describeTable(DescribeTableRequest describeTableRequest)Returns information about the table, including the table name, database name, retention duration of the memory store and the magnetic store.Methods in software.amazon.awssdk.services.timestreamwrite that return types with arguments of type DescribeTableResponse Modifier and Type Method 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.
-