| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceCapacity.Builder |
InstanceCapacity.Builder.availableCapacity(Integer availableCapacity)
The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.
|
static InstanceCapacity.Builder |
InstanceCapacity.builder() |
InstanceCapacity.Builder |
InstanceCapacity.Builder.instanceType(String instanceType)
The instance type supported by the Dedicated Host.
|
InstanceCapacity.Builder |
InstanceCapacity.toBuilder() |
InstanceCapacity.Builder |
InstanceCapacity.Builder.totalCapacity(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 |
|---|---|
static Class<? extends InstanceCapacity.Builder> |
InstanceCapacity.serializableBuilderClass() |
Copyright © 2020. All rights reserved.