| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetQueryResultsResponse |
AthenaClient.getQueryResults(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest)
Streams the results of a single query execution specified by
QueryExecutionId from the Athena query
results location in Amazon S3. |
default GetQueryResultsResponse |
AthenaClient.getQueryResults(GetQueryResultsRequest getQueryResultsRequest)
Streams the results of a single query execution specified by
QueryExecutionId from the Athena query
results location in Amazon S3. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetQueryResultsResponse> |
AthenaAsyncClient.getQueryResults(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest)
Streams the results of a single query execution specified by
QueryExecutionId from the Athena query
results location in Amazon S3. |
default CompletableFuture<GetQueryResultsResponse> |
AthenaAsyncClient.getQueryResults(GetQueryResultsRequest getQueryResultsRequest)
Streams the results of a single query execution specified by
QueryExecutionId from the Athena query
results location in Amazon S3. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetQueryResultsResponse> |
GetQueryResultsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetQueryResultsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetQueryResultsResponse> subscriber) |
Copyright © 2023. All rights reserved.