| 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 ListCapacityReservationsResponse |
AthenaClient.listCapacityReservations(Consumer<ListCapacityReservationsRequest.Builder> listCapacityReservationsRequest)
Lists the capacity reservations for the current account.
|
default ListCapacityReservationsResponse |
AthenaClient.listCapacityReservations(ListCapacityReservationsRequest listCapacityReservationsRequest)
Lists the capacity reservations for the current account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCapacityReservationsResponse> |
AthenaAsyncClient.listCapacityReservations(Consumer<ListCapacityReservationsRequest.Builder> listCapacityReservationsRequest)
Lists the capacity reservations for the current account.
|
default CompletableFuture<ListCapacityReservationsResponse> |
AthenaAsyncClient.listCapacityReservations(ListCapacityReservationsRequest listCapacityReservationsRequest)
Lists the capacity reservations for the current account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCapacityReservationsResponse> |
ListCapacityReservationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCapacityReservationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCapacityReservationsResponse> subscriber) |
Copyright © 2023. All rights reserved.