Uses of Class
software.amazon.awssdk.services.ec2.model.CancelCapacityReservationResponse
Packages that use CancelCapacityReservationResponse
-
Uses of CancelCapacityReservationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CancelCapacityReservationResponseModifier and TypeMethodDescriptionEc2Client.cancelCapacityReservation(Consumer<CancelCapacityReservationRequest.Builder> cancelCapacityReservationRequest) Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity Reservation's state tocancelled.Ec2Client.cancelCapacityReservation(CancelCapacityReservationRequest cancelCapacityReservationRequest) Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity Reservation's state tocancelled.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CancelCapacityReservationResponseModifier and TypeMethodDescriptionEc2AsyncClient.cancelCapacityReservation(Consumer<CancelCapacityReservationRequest.Builder> cancelCapacityReservationRequest) Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity Reservation's state tocancelled.Ec2AsyncClient.cancelCapacityReservation(CancelCapacityReservationRequest cancelCapacityReservationRequest) Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity Reservation's state tocancelled.