Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceCapacity.Builder
Packages that use InstanceCapacity.Builder
-
Uses of InstanceCapacity.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceCapacity.BuilderModifier and TypeMethodDescriptionInstanceCapacity.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.Builder.instanceType(String instanceType) The instance type supported by the Dedicated Host.InstanceCapacity.toBuilder()InstanceCapacity.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceCapacity.Builder>InstanceCapacity.serializableBuilderClass()