Uses of Class
software.amazon.awssdk.services.athena.model.CancelCapacityReservationResponse
-
Packages that use CancelCapacityReservationResponse 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 CancelCapacityReservationResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return CancelCapacityReservationResponse Modifier and Type Method Description default CancelCapacityReservationResponseAthenaClient. cancelCapacityReservation(Consumer<CancelCapacityReservationRequest.Builder> cancelCapacityReservationRequest)Cancels the capacity reservation with the specified name.default CancelCapacityReservationResponseAthenaClient. cancelCapacityReservation(CancelCapacityReservationRequest cancelCapacityReservationRequest)Cancels the capacity reservation with the specified name.Methods in software.amazon.awssdk.services.athena that return types with arguments of type CancelCapacityReservationResponse Modifier and Type Method Description default CompletableFuture<CancelCapacityReservationResponse>AthenaAsyncClient. cancelCapacityReservation(Consumer<CancelCapacityReservationRequest.Builder> cancelCapacityReservationRequest)Cancels the capacity reservation with the specified name.default CompletableFuture<CancelCapacityReservationResponse>AthenaAsyncClient. cancelCapacityReservation(CancelCapacityReservationRequest cancelCapacityReservationRequest)Cancels the capacity reservation with the specified name.
-