Uses of Class
software.amazon.awssdk.services.athena.model.CreateCapacityReservationResponse
-
Packages that use CreateCapacityReservationResponse 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 CreateCapacityReservationResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return CreateCapacityReservationResponse Modifier and Type Method Description default CreateCapacityReservationResponseAthenaClient. createCapacityReservation(Consumer<CreateCapacityReservationRequest.Builder> createCapacityReservationRequest)Creates a capacity reservation with the specified name and number of requested data processing units.default CreateCapacityReservationResponseAthenaClient. createCapacityReservation(CreateCapacityReservationRequest createCapacityReservationRequest)Creates a capacity reservation with the specified name and number of requested data processing units.Methods in software.amazon.awssdk.services.athena that return types with arguments of type CreateCapacityReservationResponse Modifier and Type Method Description default CompletableFuture<CreateCapacityReservationResponse>AthenaAsyncClient. createCapacityReservation(Consumer<CreateCapacityReservationRequest.Builder> createCapacityReservationRequest)Creates a capacity reservation with the specified name and number of requested data processing units.default CompletableFuture<CreateCapacityReservationResponse>AthenaAsyncClient. createCapacityReservation(CreateCapacityReservationRequest createCapacityReservationRequest)Creates a capacity reservation with the specified name and number of requested data processing units.
-