Uses of Class
software.amazon.awssdk.services.ec2.model.FailedCapacityReservationFleetCancellationResult
Packages that use FailedCapacityReservationFleetCancellationResult
-
Uses of FailedCapacityReservationFleetCancellationResult in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FailedCapacityReservationFleetCancellationResultModifier and TypeMethodDescriptionCancelCapacityReservationFleetsResponse.failedFleetCancellations()Information about the Capacity Reservation Fleets that could not be cancelled.Methods in software.amazon.awssdk.services.ec2.model with parameters of type FailedCapacityReservationFleetCancellationResultModifier and TypeMethodDescriptionCancelCapacityReservationFleetsResponse.Builder.failedFleetCancellations(FailedCapacityReservationFleetCancellationResult... failedFleetCancellations) Information about the Capacity Reservation Fleets that could not be cancelled.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FailedCapacityReservationFleetCancellationResultModifier and TypeMethodDescriptionCancelCapacityReservationFleetsResponse.Builder.failedFleetCancellations(Collection<FailedCapacityReservationFleetCancellationResult> failedFleetCancellations) Information about the Capacity Reservation Fleets that could not be cancelled.