| 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 | |
| software.amazon.awssdk.services.athena.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCalculationExecutionsResponse> |
AthenaAsyncClient.listCalculationExecutions(ListCalculationExecutionsRequest 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.
|
default ListCalculationExecutionsPublisher |
AthenaAsyncClient.listCalculationExecutionsPaginator(ListCalculationExecutionsRequest listCalculationExecutionsRequest)
Lists the calculations that have been submitted to a session in descending order.
|
default ListCalculationExecutionsIterable |
AthenaClient.listCalculationExecutionsPaginator(ListCalculationExecutionsRequest listCalculationExecutionsRequest)
Lists the calculations that have been submitted to a session in descending order.
|
| Constructor and Description |
|---|
ListCalculationExecutionsIterable(AthenaClient client,
ListCalculationExecutionsRequest firstRequest) |
ListCalculationExecutionsPublisher(AthenaAsyncClient client,
ListCalculationExecutionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListCalculationExecutionsRequestMarshaller.marshall(ListCalculationExecutionsRequest listCalculationExecutionsRequest) |
Copyright © 2023. All rights reserved.