Uses of Class
com.amazonaws.services.ec2.model.AvailableCapacity
Packages that use AvailableCapacity
-
Uses of AvailableCapacity in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AvailableCapacityModifier and TypeMethodDescriptionAvailableCapacity.clone()
Host.getAvailableCapacity()
The number of new instances that can be launched onto the Dedicated host.AvailableCapacity.withAvailableInstanceCapacity
(InstanceCapacity... availableInstanceCapacity) The total number of instances that the Dedicated host supports.AvailableCapacity.withAvailableInstanceCapacity
(Collection<InstanceCapacity> availableInstanceCapacity) The total number of instances that the Dedicated host supports.AvailableCapacity.withAvailableVCpus
(Integer availableVCpus) The number of vCPUs available on the Dedicated host.Methods in com.amazonaws.services.ec2.model with parameters of type AvailableCapacityModifier and TypeMethodDescriptionvoid
Host.setAvailableCapacity
(AvailableCapacity availableCapacity) The number of new instances that can be launched onto the Dedicated host.Host.withAvailableCapacity
(AvailableCapacity availableCapacity) The number of new instances that can be launched onto the Dedicated host.