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 be launched onto the Dedicated Host based on the host's available capacity.
|
InstanceCapacity |
InstanceCapacity.withInstanceType(String instanceType)
The instance type supported by the Dedicated Host.
|
InstanceCapacity |
InstanceCapacity.withTotalCapacity(Integer totalCapacity)
The total number of instances that can be launched onto the Dedicated Host if there are no instances running on
it.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceCapacity> |
AvailableCapacity.getAvailableInstanceCapacity()
The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity.
|
Modifier and Type | Method and Description |
---|---|
AvailableCapacity |
AvailableCapacity.withAvailableInstanceCapacity(InstanceCapacity... availableInstanceCapacity)
The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity.
|
Modifier and Type | Method and Description |
---|---|
void |
AvailableCapacity.setAvailableInstanceCapacity(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(Collection<InstanceCapacity> availableInstanceCapacity)
The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity.
|
Copyright © 2023. All rights reserved.