| 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 ListExecutorsResponse |
AthenaClient.listExecutors(Consumer<ListExecutorsRequest.Builder> listExecutorsRequest)
Lists, in descending order, the executors that joined a session.
|
default ListExecutorsResponse |
AthenaClient.listExecutors(ListExecutorsRequest listExecutorsRequest)
Lists, in descending order, the executors that joined a session.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListExecutorsResponse> |
AthenaAsyncClient.listExecutors(Consumer<ListExecutorsRequest.Builder> listExecutorsRequest)
Lists, in descending order, the executors that joined a session.
|
default CompletableFuture<ListExecutorsResponse> |
AthenaAsyncClient.listExecutors(ListExecutorsRequest listExecutorsRequest)
Lists, in descending order, the executors that joined a session.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListExecutorsResponse> |
ListExecutorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListExecutorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListExecutorsResponse> subscriber) |
Copyright © 2023. All rights reserved.