| 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 CompletableFuture<ListQueryExecutionsResponse> |
AthenaAsyncClient.listQueryExecutions(Consumer<ListQueryExecutionsRequest.Builder> listQueryExecutionsRequest)
Provides a list of available query execution IDs for the queries in the specified workgroup.
|
default ListQueryExecutionsResponse |
AthenaClient.listQueryExecutions(Consumer<ListQueryExecutionsRequest.Builder> listQueryExecutionsRequest)
Provides a list of available query execution IDs for the queries in the specified workgroup.
|
default ListQueryExecutionsPublisher |
AthenaAsyncClient.listQueryExecutionsPaginator(Consumer<ListQueryExecutionsRequest.Builder> listQueryExecutionsRequest)
Provides a list of available query execution IDs for the queries in the specified workgroup.
|
default ListQueryExecutionsIterable |
AthenaClient.listQueryExecutionsPaginator(Consumer<ListQueryExecutionsRequest.Builder> listQueryExecutionsRequest)
Provides a list of available query execution IDs for the queries in the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
static ListQueryExecutionsRequest.Builder |
ListQueryExecutionsRequest.builder() |
ListQueryExecutionsRequest.Builder |
ListQueryExecutionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of query executions to return in this request.
|
ListQueryExecutionsRequest.Builder |
ListQueryExecutionsRequest.Builder.nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListQueryExecutionsRequest.Builder |
ListQueryExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListQueryExecutionsRequest.Builder |
ListQueryExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListQueryExecutionsRequest.Builder |
ListQueryExecutionsRequest.toBuilder() |
ListQueryExecutionsRequest.Builder |
ListQueryExecutionsRequest.Builder.workGroup(String workGroup)
The name of the workgroup from which queries are being returned.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListQueryExecutionsRequest.Builder> |
ListQueryExecutionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.