Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityAllocation
-
Packages that use CapacityAllocation Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CapacityAllocation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityAllocation Modifier and Type Method Description List<CapacityAllocation>CapacityReservation. capacityAllocations()Information about instance capacity usage.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityAllocation Modifier and Type Method Description CapacityReservation.BuilderCapacityReservation.Builder. capacityAllocations(CapacityAllocation... capacityAllocations)Information about instance capacity usage.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityAllocation Modifier and Type Method Description CapacityReservation.BuilderCapacityReservation.Builder. capacityAllocations(Collection<CapacityAllocation> capacityAllocations)Information about instance capacity usage.
-