| 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 ListQueryExecutionsResponse |
AthenaClient.listQueryExecutions()
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 ListQueryExecutionsResponse |
AthenaClient.listQueryExecutions(ListQueryExecutionsRequest listQueryExecutionsRequest)
Provides a list of available query execution IDs for the queries in the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListQueryExecutionsResponse> |
AthenaAsyncClient.listQueryExecutions()
Provides a list of available query execution IDs for the queries in the specified workgroup.
|
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 CompletableFuture<ListQueryExecutionsResponse> |
AthenaAsyncClient.listQueryExecutions(ListQueryExecutionsRequest listQueryExecutionsRequest)
Provides a list of available query execution IDs for the queries in the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListQueryExecutionsResponse> |
ListQueryExecutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListQueryExecutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListQueryExecutionsResponse> subscriber) |
Copyright © 2023. All rights reserved.