| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
StepAmountCapability |
StepAmountCapability.clone() |
StepAmountCapability |
StepAmountCapability.withMax(Double max)
The maximum amount.
|
StepAmountCapability |
StepAmountCapability.withMin(Double min)
The minimum amount.
|
StepAmountCapability |
StepAmountCapability.withName(String name)
The name of the step.
|
StepAmountCapability |
StepAmountCapability.withValue(Double value)
The amount value.
|
| Modifier and Type | Method and Description |
|---|---|
List<StepAmountCapability> |
StepRequiredCapabilities.getAmounts()
The capability amounts that the step requires.
|
| Modifier and Type | Method and Description |
|---|---|
StepRequiredCapabilities |
StepRequiredCapabilities.withAmounts(StepAmountCapability... amounts)
The capability amounts that the step requires.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepRequiredCapabilities.setAmounts(Collection<StepAmountCapability> amounts)
The capability amounts that the step requires.
|
StepRequiredCapabilities |
StepRequiredCapabilities.withAmounts(Collection<StepAmountCapability> amounts)
The capability amounts that the step requires.
|
Copyright © 2025. All rights reserved.