Uses of Class
software.amazon.awssdk.services.athena.model.GetQueryResultsResponse
-
Packages that use GetQueryResultsResponse Package Description software.amazon.awssdk.services.athena Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.software.amazon.awssdk.services.athena.paginators -
-
Uses of GetQueryResultsResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetQueryResultsResponse Modifier and Type Method Description default GetQueryResultsResponseAthenaClient. getQueryResults(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest)Streams the results of a single query execution specified byQueryExecutionIdfrom the Athena query results location in Amazon S3.default GetQueryResultsResponseAthenaClient. getQueryResults(GetQueryResultsRequest getQueryResultsRequest)Streams the results of a single query execution specified byQueryExecutionIdfrom the Athena query results location in Amazon S3.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetQueryResultsResponse Modifier and Type Method Description default CompletableFuture<GetQueryResultsResponse>AthenaAsyncClient. getQueryResults(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest)Streams the results of a single query execution specified byQueryExecutionIdfrom the Athena query results location in Amazon S3.default CompletableFuture<GetQueryResultsResponse>AthenaAsyncClient. getQueryResults(GetQueryResultsRequest getQueryResultsRequest)Streams the results of a single query execution specified byQueryExecutionIdfrom the Athena query results location in Amazon S3. -
Uses of GetQueryResultsResponse in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type GetQueryResultsResponse Modifier and Type Method Description Iterator<GetQueryResultsResponse>GetQueryResultsIterable. iterator()Method parameters in software.amazon.awssdk.services.athena.paginators with type arguments of type GetQueryResultsResponse Modifier and Type Method Description voidGetQueryResultsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetQueryResultsResponse> subscriber)
-