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