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