Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityAllocation
Packages that use CapacityAllocation
-
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 CapacityAllocationModifier and TypeMethodDescriptionfinal List<CapacityAllocation>CapacityReservation.capacityAllocations()Information about instance capacity usage.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityAllocationModifier and TypeMethodDescriptionCapacityReservation.Builder.capacityAllocations(CapacityAllocation... capacityAllocations) Information about instance capacity usage.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityAllocationModifier and TypeMethodDescriptionCapacityReservation.Builder.capacityAllocations(Collection<CapacityAllocation> capacityAllocations) Information about instance capacity usage.