Uses of Class
software.amazon.awssdk.services.athena.model.UpdateCapacityReservationRequest
-
Packages that use UpdateCapacityReservationRequest 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.transform -
-
Uses of UpdateCapacityReservationRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type UpdateCapacityReservationRequest Modifier and Type Method Description default CompletableFuture<UpdateCapacityReservationResponse>AthenaAsyncClient. updateCapacityReservation(UpdateCapacityReservationRequest 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. -
Uses of UpdateCapacityReservationRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type UpdateCapacityReservationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateCapacityReservationRequestMarshaller. marshall(UpdateCapacityReservationRequest updateCapacityReservationRequest)
-