Uses of Class
software.amazon.awssdk.services.athena.model.UpdateCapacityReservationResponse
-
Packages that use UpdateCapacityReservationResponse 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 UpdateCapacityReservationResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return UpdateCapacityReservationResponse Modifier and Type Method Description default UpdateCapacityReservationResponseAthenaClient. updateCapacityReservation(Consumer<UpdateCapacityReservationRequest.Builder> updateCapacityReservationRequest)Updates the number of requested data processing units for the capacity reservation with the specified name.default UpdateCapacityReservationResponseAthenaClient. updateCapacityReservation(UpdateCapacityReservationRequest updateCapacityReservationRequest)Updates the number of requested data processing units for the capacity reservation with the specified name.Methods in software.amazon.awssdk.services.athena that return types with arguments of type UpdateCapacityReservationResponse Modifier and Type Method Description default CompletableFuture<UpdateCapacityReservationResponse>AthenaAsyncClient. updateCapacityReservation(Consumer<UpdateCapacityReservationRequest.Builder> updateCapacityReservationRequest)Updates the number of requested data processing units for the capacity reservation with the specified name.default CompletableFuture<UpdateCapacityReservationResponse>AthenaAsyncClient. updateCapacityReservation(UpdateCapacityReservationRequest updateCapacityReservationRequest)Updates the number of requested data processing units for the capacity reservation with the specified name.
-