| Package | Description |
|---|---|
| com.amazonaws.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListQueryExecutionsResult> |
AmazonAthenaAsyncClient.listQueryExecutionsAsync(ListQueryExecutionsRequest request,
AsyncHandler<ListQueryExecutionsRequest,ListQueryExecutionsResult> asyncHandler) |
Future<ListQueryExecutionsResult> |
AmazonAthenaAsync.listQueryExecutionsAsync(ListQueryExecutionsRequest listQueryExecutionsRequest,
AsyncHandler<ListQueryExecutionsRequest,ListQueryExecutionsResult> asyncHandler)
Provides a list of all available query execution IDs.
|
Future<ListQueryExecutionsResult> |
AbstractAmazonAthenaAsync.listQueryExecutionsAsync(ListQueryExecutionsRequest request,
AsyncHandler<ListQueryExecutionsRequest,ListQueryExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListQueryExecutionsRequest |
ListQueryExecutionsRequest.clone() |
ListQueryExecutionsRequest |
ListQueryExecutionsRequest.withMaxResults(Integer maxResults)
The maximum number of query executions to return in this request.
|
ListQueryExecutionsRequest |
ListQueryExecutionsRequest.withNextToken(String nextToken)
The token that specifies where to start pagination if a previous request was truncated.
|
Copyright © 2018. All rights reserved.