Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private AvailableCapacity |
Host.availableCapacity
The number of new instances that can be launched onto the Dedicated host.
|
Modifier and Type | Method and Description |
---|---|
AvailableCapacity |
AvailableCapacity.clone() |
AvailableCapacity |
Host.getAvailableCapacity()
The number of new instances that can be launched onto the Dedicated host.
|
AvailableCapacity |
AvailableCapacity.withAvailableInstanceCapacity(java.util.Collection<InstanceCapacity> availableInstanceCapacity)
The total number of instances that the Dedicated host supports.
|
AvailableCapacity |
AvailableCapacity.withAvailableInstanceCapacity(InstanceCapacity... availableInstanceCapacity)
The total number of instances that the Dedicated host supports.
|
AvailableCapacity |
AvailableCapacity.withAvailableVCpus(java.lang.Integer availableVCpus)
The number of vCPUs available on the Dedicated host.
|
Modifier and Type | Method and Description |
---|---|
void |
Host.setAvailableCapacity(AvailableCapacity availableCapacity)
The number of new instances that can be launched onto the Dedicated host.
|
Host |
Host.withAvailableCapacity(AvailableCapacity availableCapacity)
The number of new instances that can be launched onto the Dedicated host.
|
Modifier and Type | Method and Description |
---|---|
AvailableCapacity |
AvailableCapacityStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |