| 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<ListCalculationExecutionsResult> |
AmazonAthenaAsyncClient.listCalculationExecutionsAsync(ListCalculationExecutionsRequest request,
AsyncHandler<ListCalculationExecutionsRequest,ListCalculationExecutionsResult> asyncHandler) |
Future<ListCalculationExecutionsResult> |
AmazonAthenaAsync.listCalculationExecutionsAsync(ListCalculationExecutionsRequest listCalculationExecutionsRequest,
AsyncHandler<ListCalculationExecutionsRequest,ListCalculationExecutionsResult> asyncHandler)
Lists the calculations that have been submitted to a session in descending order.
|
Future<ListCalculationExecutionsResult> |
AbstractAmazonAthenaAsync.listCalculationExecutionsAsync(ListCalculationExecutionsRequest request,
AsyncHandler<ListCalculationExecutionsRequest,ListCalculationExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCalculationExecutionsRequest |
ListCalculationExecutionsRequest.clone() |
ListCalculationExecutionsRequest |
ListCalculationExecutionsRequest.withMaxResults(Integer maxResults)
The maximum number of calculation executions to return.
|
ListCalculationExecutionsRequest |
ListCalculationExecutionsRequest.withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListCalculationExecutionsRequest |
ListCalculationExecutionsRequest.withSessionId(String sessionId)
The session ID.
|
ListCalculationExecutionsRequest |
ListCalculationExecutionsRequest.withStateFilter(CalculationExecutionState stateFilter)
A filter for a specific calculation execution state.
|
ListCalculationExecutionsRequest |
ListCalculationExecutionsRequest.withStateFilter(String stateFilter)
A filter for a specific calculation execution state.
|
Copyright © 2024. All rights reserved.