Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AvailableCapacity |
AvailableCapacity.clone() |
AvailableCapacity |
Host.getAvailableCapacity()
Information about the instances running on the Dedicated Host.
|
AvailableCapacity |
AvailableCapacity.withAvailableInstanceCapacity(Collection<InstanceCapacity> availableInstanceCapacity)
The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity.
|
AvailableCapacity |
AvailableCapacity.withAvailableInstanceCapacity(InstanceCapacity... availableInstanceCapacity)
The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity.
|
AvailableCapacity |
AvailableCapacity.withAvailableVCpus(Integer availableVCpus)
The number of vCPUs available for launching instances onto the Dedicated Host.
|
Modifier and Type | Method and Description |
---|---|
void |
Host.setAvailableCapacity(AvailableCapacity availableCapacity)
Information about the instances running on the Dedicated Host.
|
Host |
Host.withAvailableCapacity(AvailableCapacity availableCapacity)
Information about the instances running on the Dedicated Host.
|
Copyright © 2021. All rights reserved.