Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InstanceCapacity> |
AvailableCapacity.availableInstanceCapacity
The total number of instances that the Dedicated host supports.
|
Modifier and Type | Method and Description |
---|---|
InstanceCapacity |
InstanceCapacity.clone() |
InstanceCapacity |
InstanceCapacity.withAvailableCapacity(java.lang.Integer availableCapacity)
The number of instances that can still be launched onto the Dedicated
host.
|
InstanceCapacity |
InstanceCapacity.withInstanceType(java.lang.String instanceType)
The instance type size supported by the Dedicated host.
|
InstanceCapacity |
InstanceCapacity.withTotalCapacity(java.lang.Integer totalCapacity)
The total number of instances that can be launched onto the Dedicated
host.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<InstanceCapacity> availableInstanceCapacity)
The total number of instances that the Dedicated host supports.
|
AvailableCapacity |
AvailableCapacity.withAvailableInstanceCapacity(java.util.Collection<InstanceCapacity> availableInstanceCapacity)
The total number of instances that the Dedicated host supports.
|
Modifier and Type | Method and Description |
---|---|
InstanceCapacity |
InstanceCapacityStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |