Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CapacityAllocation |
CapacityAllocation.clone() |
CapacityAllocation |
CapacityAllocation.withAllocationType(AllocationType allocationType)
The usage type.
|
CapacityAllocation |
CapacityAllocation.withAllocationType(String allocationType)
The usage type.
|
CapacityAllocation |
CapacityAllocation.withCount(Integer count)
The amount of instance capacity associated with the usage.
|
Modifier and Type | Method and Description |
---|---|
List<CapacityAllocation> |
CapacityReservation.getCapacityAllocations()
Information about instance capacity usage.
|
Modifier and Type | Method and Description |
---|---|
CapacityReservation |
CapacityReservation.withCapacityAllocations(CapacityAllocation... capacityAllocations)
Information about instance capacity usage.
|
Modifier and Type | Method and Description |
---|---|
void |
CapacityReservation.setCapacityAllocations(Collection<CapacityAllocation> capacityAllocations)
Information about instance capacity usage.
|
CapacityReservation |
CapacityReservation.withCapacityAllocations(Collection<CapacityAllocation> capacityAllocations)
Information about instance capacity usage.
|
Copyright © 2023. All rights reserved.