Uses of Class
com.amazonaws.services.ec2.model.InstanceCapacity
-
Packages that use InstanceCapacity Package Description com.amazonaws.services.ec2.model -
-
Uses of InstanceCapacity in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceCapacity Modifier and Type Method Description InstanceCapacityInstanceCapacity. clone()InstanceCapacityInstanceCapacity. withAvailableCapacity(Integer availableCapacity)The number of instances that can still be launched onto the Dedicated host.InstanceCapacityInstanceCapacity. withInstanceType(String instanceType)The instance type size supported by the Dedicated host.InstanceCapacityInstanceCapacity. withTotalCapacity(Integer totalCapacity)The total number of instances that can be launched onto the Dedicated host.Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceCapacity Modifier and Type Method Description List<InstanceCapacity>AvailableCapacity. getAvailableInstanceCapacity()The total number of instances that the Dedicated host supports.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceCapacity Modifier and Type Method Description AvailableCapacityAvailableCapacity. withAvailableInstanceCapacity(InstanceCapacity... availableInstanceCapacity)The total number of instances that the Dedicated host supports.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceCapacity Modifier and Type Method Description voidAvailableCapacity. setAvailableInstanceCapacity(Collection<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.
-