| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default ListCalculationExecutionsResponse |
AthenaClient.listCalculationExecutions(Consumer<ListCalculationExecutionsRequest.Builder> listCalculationExecutionsRequest)
Lists the calculations that have been submitted to a session in descending order.
|
default CompletableFuture<ListCalculationExecutionsResponse> |
AthenaAsyncClient.listCalculationExecutions(Consumer<ListCalculationExecutionsRequest.Builder> listCalculationExecutionsRequest)
Lists the calculations that have been submitted to a session in descending order.
|
default ListCalculationExecutionsIterable |
AthenaClient.listCalculationExecutionsPaginator(Consumer<ListCalculationExecutionsRequest.Builder> listCalculationExecutionsRequest)
Lists the calculations that have been submitted to a session in descending order.
|
default ListCalculationExecutionsPublisher |
AthenaAsyncClient.listCalculationExecutionsPaginator(Consumer<ListCalculationExecutionsRequest.Builder> listCalculationExecutionsRequest)
Lists the calculations that have been submitted to a session in descending order.
|
| Modifier and Type | Method and Description |
|---|---|
static ListCalculationExecutionsRequest.Builder |
ListCalculationExecutionsRequest.builder() |
ListCalculationExecutionsRequest.Builder |
ListCalculationExecutionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of calculation executions to return.
|
ListCalculationExecutionsRequest.Builder |
ListCalculationExecutionsRequest.Builder.nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListCalculationExecutionsRequest.Builder |
ListCalculationExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCalculationExecutionsRequest.Builder |
ListCalculationExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCalculationExecutionsRequest.Builder |
ListCalculationExecutionsRequest.Builder.sessionId(String sessionId)
The session ID.
|
ListCalculationExecutionsRequest.Builder |
ListCalculationExecutionsRequest.Builder.stateFilter(CalculationExecutionState stateFilter)
A filter for a specific calculation execution state.
|
ListCalculationExecutionsRequest.Builder |
ListCalculationExecutionsRequest.Builder.stateFilter(String stateFilter)
A filter for a specific calculation execution state.
|
ListCalculationExecutionsRequest.Builder |
ListCalculationExecutionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCalculationExecutionsRequest.Builder> |
ListCalculationExecutionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.