Uses of Interface
software.amazon.awssdk.services.ec2.model.AvailableCapacity.Builder
-
Packages that use AvailableCapacity.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AvailableCapacity.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AvailableCapacity.Builder Modifier and Type Method Description AvailableCapacity.BuilderAvailableCapacity.Builder. availableInstanceCapacity(Collection<InstanceCapacity> availableInstanceCapacity)The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity.AvailableCapacity.BuilderAvailableCapacity.Builder. availableInstanceCapacity(Consumer<InstanceCapacity.Builder>... availableInstanceCapacity)The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity.AvailableCapacity.BuilderAvailableCapacity.Builder. availableInstanceCapacity(InstanceCapacity... availableInstanceCapacity)The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity.AvailableCapacity.BuilderAvailableCapacity.Builder. availableVCpus(Integer availableVCpus)The number of vCPUs available for launching instances onto the Dedicated Host.static AvailableCapacity.BuilderAvailableCapacity. builder()AvailableCapacity.BuilderAvailableCapacity. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AvailableCapacity.Builder Modifier and Type Method Description static Class<? extends AvailableCapacity.Builder>AvailableCapacity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AvailableCapacity.Builder Modifier and Type Method Description default Host.BuilderHost.Builder. availableCapacity(Consumer<AvailableCapacity.Builder> availableCapacity)Information about the instances running on the Dedicated Host.
-