Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityReservationStatus
Packages that use CapacityReservationStatus
-
Uses of CapacityReservationStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityReservationStatusModifier and TypeMethodDescriptionfinal List<CapacityReservationStatus>CapacityBlockStatus.capacityReservationStatuses()The availability of capacity for the Capacity Block reservations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityReservationStatusModifier and TypeMethodDescriptionCapacityBlockStatus.Builder.capacityReservationStatuses(CapacityReservationStatus... capacityReservationStatuses) The availability of capacity for the Capacity Block reservations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityReservationStatusModifier and TypeMethodDescriptionCapacityBlockStatus.Builder.capacityReservationStatuses(Collection<CapacityReservationStatus> capacityReservationStatuses) The availability of capacity for the Capacity Block reservations.