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