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 InstanceCapacity
InstanceCapacity. clone()
InstanceCapacity
InstanceCapacity. withAvailableCapacity(Integer availableCapacity)
The number of instances that can still be launched onto the Dedicated host.InstanceCapacity
InstanceCapacity. withInstanceType(String instanceType)
The instance type size supported by the Dedicated host.InstanceCapacity
InstanceCapacity. 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 AvailableCapacity
AvailableCapacity. 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 void
AvailableCapacity. setAvailableInstanceCapacity(Collection<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.
-