Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceCapacity
Packages that use InstanceCapacity
-
Uses of InstanceCapacity in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceCapacityModifier and TypeMethodDescriptionfinal List<InstanceCapacity>AvailableCapacity.availableInstanceCapacity()The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceCapacityModifier and TypeMethodDescriptionAvailableCapacity.Builder.availableInstanceCapacity(InstanceCapacity... availableInstanceCapacity) The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceCapacityModifier and TypeMethodDescriptionAvailableCapacity.Builder.availableInstanceCapacity(Collection<InstanceCapacity> availableInstanceCapacity) The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity.