Uses of Class
software.amazon.awssdk.services.athena.model.ListCapacityReservationsResponse
-
Packages that use ListCapacityReservationsResponse 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 -
-
Uses of ListCapacityReservationsResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListCapacityReservationsResponse Modifier and Type Method Description default ListCapacityReservationsResponseAthenaClient. listCapacityReservations(Consumer<ListCapacityReservationsRequest.Builder> listCapacityReservationsRequest)Lists the capacity reservations for the current account.default ListCapacityReservationsResponseAthenaClient. listCapacityReservations(ListCapacityReservationsRequest listCapacityReservationsRequest)Lists the capacity reservations for the current account.Methods in software.amazon.awssdk.services.athena that return types with arguments of type ListCapacityReservationsResponse Modifier and Type Method 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. -
Uses of ListCapacityReservationsResponse in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type ListCapacityReservationsResponse Modifier and Type Method Description Iterator<ListCapacityReservationsResponse>ListCapacityReservationsIterable. iterator()Method parameters in software.amazon.awssdk.services.athena.paginators with type arguments of type ListCapacityReservationsResponse Modifier and Type Method Description voidListCapacityReservationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCapacityReservationsResponse> subscriber)
-