| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseBudgetAction |
ResponseBudgetAction.clone() |
ResponseBudgetAction |
ResponseBudgetAction.withDescription(String description)
The budget action description.
|
ResponseBudgetAction |
ResponseBudgetAction.withThresholdPercentage(Float thresholdPercentage)
The percentage threshold for the budget.
|
ResponseBudgetAction |
ResponseBudgetAction.withType(BudgetActionType type)
The action taken on the budget once scheduling stops.
|
ResponseBudgetAction |
ResponseBudgetAction.withType(String type)
The action taken on the budget once scheduling stops.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseBudgetAction> |
GetBudgetResult.getActions()
The budget actions for the budget.
|
| Modifier and Type | Method and Description |
|---|---|
GetBudgetResult |
GetBudgetResult.withActions(ResponseBudgetAction... actions)
The budget actions for the budget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBudgetResult.setActions(Collection<ResponseBudgetAction> actions)
The budget actions for the budget.
|
GetBudgetResult |
GetBudgetResult.withActions(Collection<ResponseBudgetAction> actions)
The budget actions for the budget.
|
Copyright © 2025. All rights reserved.