Uses of Class
software.amazon.awssdk.services.athena.model.DeleteCapacityReservationRequest
-
Packages that use DeleteCapacityReservationRequest 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 DeleteCapacityReservationRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type DeleteCapacityReservationRequest Modifier and Type Method Description default CompletableFuture<DeleteCapacityReservationResponse>AthenaAsyncClient. deleteCapacityReservation(DeleteCapacityReservationRequest deleteCapacityReservationRequest)Deletes a cancelled capacity reservation.default DeleteCapacityReservationResponseAthenaClient. deleteCapacityReservation(DeleteCapacityReservationRequest deleteCapacityReservationRequest)Deletes a cancelled capacity reservation. -
Uses of DeleteCapacityReservationRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type DeleteCapacityReservationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteCapacityReservationRequestMarshaller. marshall(DeleteCapacityReservationRequest deleteCapacityReservationRequest)
-