Uses of Class
software.amazon.awssdk.services.timestreamquery.model.QueryExecutionException
-
Packages that use QueryExecutionException Package Description software.amazon.awssdk.services.timestreamquery Amazon Timestream Query -
-
Uses of QueryExecutionException in software.amazon.awssdk.services.timestreamquery
Methods in software.amazon.awssdk.services.timestreamquery that throw QueryExecutionException Modifier and Type Method Description default QueryResponseTimestreamQueryClient. query(Consumer<QueryRequest.Builder> queryRequest)Queryis a synchronous operation that enables you to run a query against your Amazon Timestream data.default QueryResponseTimestreamQueryClient. query(QueryRequest queryRequest)Queryis a synchronous operation that enables you to run a query against your Amazon Timestream data.default QueryIterableTimestreamQueryClient. queryPaginator(Consumer<QueryRequest.Builder> queryRequest)This is a variant ofTimestreamQueryClient.query(software.amazon.awssdk.services.timestreamquery.model.QueryRequest)operation.default QueryIterableTimestreamQueryClient. queryPaginator(QueryRequest queryRequest)This is a variant ofTimestreamQueryClient.query(software.amazon.awssdk.services.timestreamquery.model.QueryRequest)operation.
-