| 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 ListCalculationExecutionsResponse |
AthenaClient.listCalculationExecutions(Consumer<ListCalculationExecutionsRequest.Builder> listCalculationExecutionsRequest)
Lists the calculations that have been submitted to a session in descending order.
|
default ListCalculationExecutionsResponse |
AthenaClient.listCalculationExecutions(ListCalculationExecutionsRequest listCalculationExecutionsRequest)
Lists the calculations that have been submitted to a session in descending order.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCalculationExecutionsResponse> |
AthenaAsyncClient.listCalculationExecutions(Consumer<ListCalculationExecutionsRequest.Builder> listCalculationExecutionsRequest)
Lists the calculations that have been submitted to a session in descending order.
|
default CompletableFuture<ListCalculationExecutionsResponse> |
AthenaAsyncClient.listCalculationExecutions(ListCalculationExecutionsRequest listCalculationExecutionsRequest)
Lists the calculations that have been submitted to a session in descending order.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCalculationExecutionsResponse> |
ListCalculationExecutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCalculationExecutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCalculationExecutionsResponse> subscriber) |
Copyright © 2023. All rights reserved.