Uses of Class
com.amazonaws.services.ec2.model.InstanceCapacity
Packages that use InstanceCapacity
-
Uses of InstanceCapacity in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceCapacityModifier and TypeMethodDescriptionInstanceCapacity.clone()
InstanceCapacity.withAvailableCapacity
(Integer availableCapacity) The number of instances that can still be launched onto the Dedicated host.InstanceCapacity.withInstanceType
(String instanceType) The instance type size supported by the Dedicated host.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 InstanceCapacityModifier and TypeMethodDescriptionAvailableCapacity.getAvailableInstanceCapacity()
The total number of instances that the Dedicated host supports.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceCapacityModifier and TypeMethodDescriptionAvailableCapacity.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 InstanceCapacityModifier and TypeMethodDescriptionvoid
AvailableCapacity.setAvailableInstanceCapacity
(Collection<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.