| 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 ListCapacityReservationsResponse |
AthenaClient.listCapacityReservations(ListCapacityReservationsRequest listCapacityReservationsRequest)
Lists the capacity reservations for the current account.
|
default CompletableFuture<ListCapacityReservationsResponse> |
AthenaAsyncClient.listCapacityReservations(ListCapacityReservationsRequest listCapacityReservationsRequest)
Lists the capacity reservations for the current account.
|
default ListCapacityReservationsIterable |
AthenaClient.listCapacityReservationsPaginator(ListCapacityReservationsRequest listCapacityReservationsRequest)
Lists the capacity reservations for the current account.
|
default ListCapacityReservationsPublisher |
AthenaAsyncClient.listCapacityReservationsPaginator(ListCapacityReservationsRequest listCapacityReservationsRequest)
Lists the capacity reservations for the current account.
|
| Constructor and Description |
|---|
ListCapacityReservationsIterable(AthenaClient client,
ListCapacityReservationsRequest firstRequest) |
ListCapacityReservationsPublisher(AthenaAsyncClient client,
ListCapacityReservationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListCapacityReservationsRequestMarshaller.marshall(ListCapacityReservationsRequest listCapacityReservationsRequest) |
Copyright © 2023. All rights reserved.