Uses of Class
software.amazon.awssdk.services.athena.model.CapacityReservation
-
Packages that use CapacityReservation Package Description software.amazon.awssdk.services.athena.model -
-
Uses of CapacityReservation in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return CapacityReservation Modifier and Type Method Description CapacityReservationGetCapacityReservationResponse. capacityReservation()The requested capacity reservation structure.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type CapacityReservation Modifier and Type Method Description List<CapacityReservation>ListCapacityReservationsResponse. capacityReservations()The capacity reservations for the current account.Methods in software.amazon.awssdk.services.athena.model with parameters of type CapacityReservation Modifier and Type Method Description GetCapacityReservationResponse.BuilderGetCapacityReservationResponse.Builder. capacityReservation(CapacityReservation capacityReservation)The requested capacity reservation structure.ListCapacityReservationsResponse.BuilderListCapacityReservationsResponse.Builder. capacityReservations(CapacityReservation... capacityReservations)The capacity reservations for the current account.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type CapacityReservation Modifier and Type Method Description ListCapacityReservationsResponse.BuilderListCapacityReservationsResponse.Builder. capacityReservations(Collection<CapacityReservation> capacityReservations)The capacity reservations for the current account.
-