Uses of Class
software.amazon.awssdk.services.timestreamquery.model.QueryResponse
-
Packages that use QueryResponse Package Description software.amazon.awssdk.services.timestreamquery Amazon Timestream Query software.amazon.awssdk.services.timestreamquery.paginators -
-
Uses of QueryResponse in software.amazon.awssdk.services.timestreamquery
Methods in software.amazon.awssdk.services.timestreamquery that return QueryResponse 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.Methods in software.amazon.awssdk.services.timestreamquery that return types with arguments of type QueryResponse Modifier and Type Method Description default CompletableFuture<QueryResponse>TimestreamQueryAsyncClient. query(Consumer<QueryRequest.Builder> queryRequest)Queryis a synchronous operation that enables you to run a query against your Amazon Timestream data.default CompletableFuture<QueryResponse>TimestreamQueryAsyncClient. query(QueryRequest queryRequest)Queryis a synchronous operation that enables you to run a query against your Amazon Timestream data. -
Uses of QueryResponse in software.amazon.awssdk.services.timestreamquery.paginators
Methods in software.amazon.awssdk.services.timestreamquery.paginators that return types with arguments of type QueryResponse Modifier and Type Method Description Iterator<QueryResponse>QueryIterable. iterator()Method parameters in software.amazon.awssdk.services.timestreamquery.paginators with type arguments of type QueryResponse Modifier and Type Method Description voidQueryPublisher. subscribe(org.reactivestreams.Subscriber<? super QueryResponse> subscriber)
-