Uses of Class
software.amazon.awssdk.services.athena.model.GetCapacityReservationResponse
-
Packages that use GetCapacityReservationResponse 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. -
-
Uses of GetCapacityReservationResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetCapacityReservationResponse Modifier and Type Method Description default GetCapacityReservationResponseAthenaClient. getCapacityReservation(Consumer<GetCapacityReservationRequest.Builder> getCapacityReservationRequest)Returns information about the capacity reservation with the specified name.default GetCapacityReservationResponseAthenaClient. getCapacityReservation(GetCapacityReservationRequest getCapacityReservationRequest)Returns information about the capacity reservation with the specified name.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetCapacityReservationResponse Modifier and Type Method Description default CompletableFuture<GetCapacityReservationResponse>AthenaAsyncClient. getCapacityReservation(Consumer<GetCapacityReservationRequest.Builder> getCapacityReservationRequest)Returns information about the capacity reservation with the specified name.default CompletableFuture<GetCapacityReservationResponse>AthenaAsyncClient. getCapacityReservation(GetCapacityReservationRequest getCapacityReservationRequest)Returns information about the capacity reservation with the specified name.
-