Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceCapacity |
InstanceCapacity.clone() |
InstanceCapacity |
InstanceCapacity.withAvailableCapacity(Integer availableCapacity)
The number of instances that can still be launched onto the Dedicated
host.
|
InstanceCapacity |
InstanceCapacity.withInstanceType(String instanceType)
The instance type size supported by the Dedicated host.
|
InstanceCapacity |
InstanceCapacity.withTotalCapacity(Integer totalCapacity)
The total number of instances that can be launched onto the Dedicated
host.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceCapacity> |
AvailableCapacity.getAvailableInstanceCapacity()
The total number of instances that the Dedicated host supports.
|
Modifier and Type | Method and Description |
---|---|
AvailableCapacity |
AvailableCapacity.withAvailableInstanceCapacity(InstanceCapacity... availableInstanceCapacity)
The total number of instances that the Dedicated host supports.
|
Modifier and Type | Method and Description |
---|---|
void |
AvailableCapacity.setAvailableInstanceCapacity(Collection<InstanceCapacity> availableInstanceCapacity)
The total number of instances that the Dedicated host supports.
|
AvailableCapacity |
AvailableCapacity.withAvailableInstanceCapacity(Collection<InstanceCapacity> availableInstanceCapacity)
The total number of instances that the Dedicated host supports.
|
Copyright © 2018. All rights reserved.