Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceCapacity.Builder
-
Packages that use InstanceCapacity.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceCapacity.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceCapacity.Builder Modifier and Type Method Description InstanceCapacity.BuilderInstanceCapacity.Builder. availableCapacity(Integer availableCapacity)The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.static InstanceCapacity.BuilderInstanceCapacity. builder()InstanceCapacity.BuilderInstanceCapacity.Builder. instanceType(String instanceType)The instance type supported by the Dedicated Host.InstanceCapacity.BuilderInstanceCapacity. toBuilder()InstanceCapacity.BuilderInstanceCapacity.Builder. totalCapacity(Integer totalCapacity)The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceCapacity.Builder Modifier and Type Method Description static Class<? extends InstanceCapacity.Builder>InstanceCapacity. serializableBuilderClass()
-