| 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 still be launched onto the Dedicated Host.
|
static InstanceCapacity.Builder |
InstanceCapacity.builder() |
InstanceCapacity.Builder |
InstanceCapacity.Builder.instanceType(String instanceType)
The instance type size 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceCapacity.Builder> |
InstanceCapacity.serializableBuilderClass() |
Copyright © 2019. All rights reserved.