Uses of Class
software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse
-
Packages that use PrepareQueryResponse Package Description software.amazon.awssdk.services.timestreamquery Amazon Timestream Query -
-
Uses of PrepareQueryResponse in software.amazon.awssdk.services.timestreamquery
Methods in software.amazon.awssdk.services.timestreamquery that return PrepareQueryResponse Modifier and Type Method Description default PrepareQueryResponseTimestreamQueryClient. prepareQuery(Consumer<PrepareQueryRequest.Builder> prepareQueryRequest)A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later running.default PrepareQueryResponseTimestreamQueryClient. prepareQuery(PrepareQueryRequest prepareQueryRequest)A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later running.Methods in software.amazon.awssdk.services.timestreamquery that return types with arguments of type PrepareQueryResponse Modifier and Type Method Description default CompletableFuture<PrepareQueryResponse>TimestreamQueryAsyncClient. prepareQuery(Consumer<PrepareQueryRequest.Builder> prepareQueryRequest)A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later running.default CompletableFuture<PrepareQueryResponse>TimestreamQueryAsyncClient. prepareQuery(PrepareQueryRequest prepareQueryRequest)A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later running.
-