| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
FleetAmountCapability |
FleetAmountCapability.clone() |
FleetAmountCapability |
FleetAmountCapability.withMax(Float max)
The maximum amount of the fleet worker capability.
|
FleetAmountCapability |
FleetAmountCapability.withMin(Float min)
The minimum amount of fleet worker capability.
|
FleetAmountCapability |
FleetAmountCapability.withName(String name)
The name of the fleet capability.
|
| Modifier and Type | Method and Description |
|---|---|
List<FleetAmountCapability> |
FleetCapabilities.getAmounts()
Amount capabilities of the fleet.
|
List<FleetAmountCapability> |
CustomerManagedWorkerCapabilities.getCustomAmounts()
Custom requirement ranges for customer managed worker capabilities.
|
List<FleetAmountCapability> |
ServiceManagedEc2InstanceCapabilities.getCustomAmounts()
The custom capability amounts to require for instances in this fleet.
|
| Modifier and Type | Method and Description |
|---|---|
FleetCapabilities |
FleetCapabilities.withAmounts(FleetAmountCapability... amounts)
Amount capabilities of the fleet.
|
CustomerManagedWorkerCapabilities |
CustomerManagedWorkerCapabilities.withCustomAmounts(FleetAmountCapability... customAmounts)
Custom requirement ranges for customer managed worker capabilities.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withCustomAmounts(FleetAmountCapability... customAmounts)
The custom capability amounts to require for instances in this fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FleetCapabilities.setAmounts(Collection<FleetAmountCapability> amounts)
Amount capabilities of the fleet.
|
void |
CustomerManagedWorkerCapabilities.setCustomAmounts(Collection<FleetAmountCapability> customAmounts)
Custom requirement ranges for customer managed worker capabilities.
|
void |
ServiceManagedEc2InstanceCapabilities.setCustomAmounts(Collection<FleetAmountCapability> customAmounts)
The custom capability amounts to require for instances in this fleet.
|
FleetCapabilities |
FleetCapabilities.withAmounts(Collection<FleetAmountCapability> amounts)
Amount capabilities of the fleet.
|
CustomerManagedWorkerCapabilities |
CustomerManagedWorkerCapabilities.withCustomAmounts(Collection<FleetAmountCapability> customAmounts)
Custom requirement ranges for customer managed worker capabilities.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withCustomAmounts(Collection<FleetAmountCapability> customAmounts)
The custom capability amounts to require for instances in this fleet.
|
Copyright © 2024. All rights reserved.