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 AvailableCapacityAvailableCapacity. clone()AvailableCapacityHost. getAvailableCapacity()The number of new instances that can be launched onto the Dedicated host.AvailableCapacityAvailableCapacity. withAvailableInstanceCapacity(InstanceCapacity... availableInstanceCapacity)The total number of instances that the Dedicated host supports.AvailableCapacityAvailableCapacity. withAvailableInstanceCapacity(Collection<InstanceCapacity> availableInstanceCapacity)The total number of instances that the Dedicated host supports.AvailableCapacityAvailableCapacity. 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 voidHost. setAvailableCapacity(AvailableCapacity availableCapacity)The number of new instances that can be launched onto the Dedicated host.HostHost. withAvailableCapacity(AvailableCapacity availableCapacity)The number of new instances that can be launched onto the Dedicated host.
-