| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
BudgetActionToAdd |
BudgetActionToAdd.clone() |
BudgetActionToAdd |
BudgetActionToAdd.withDescription(String description)
A description for the budget action to add.
|
BudgetActionToAdd |
BudgetActionToAdd.withThresholdPercentage(Float thresholdPercentage)
The percentage threshold for the budget action to add.
|
BudgetActionToAdd |
BudgetActionToAdd.withType(BudgetActionType type)
The type of budget action to add.
|
BudgetActionToAdd |
BudgetActionToAdd.withType(String type)
The type of budget action to add.
|
| Modifier and Type | Method and Description |
|---|---|
List<BudgetActionToAdd> |
CreateBudgetRequest.getActions()
The budget actions to specify what happens when the budget runs out.
|
List<BudgetActionToAdd> |
UpdateBudgetRequest.getActionsToAdd()
The budget actions to add.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBudgetRequest |
CreateBudgetRequest.withActions(BudgetActionToAdd... actions)
The budget actions to specify what happens when the budget runs out.
|
UpdateBudgetRequest |
UpdateBudgetRequest.withActionsToAdd(BudgetActionToAdd... actionsToAdd)
The budget actions to add.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBudgetRequest.setActions(Collection<BudgetActionToAdd> actions)
The budget actions to specify what happens when the budget runs out.
|
void |
UpdateBudgetRequest.setActionsToAdd(Collection<BudgetActionToAdd> actionsToAdd)
The budget actions to add.
|
CreateBudgetRequest |
CreateBudgetRequest.withActions(Collection<BudgetActionToAdd> actions)
The budget actions to specify what happens when the budget runs out.
|
UpdateBudgetRequest |
UpdateBudgetRequest.withActionsToAdd(Collection<BudgetActionToAdd> actionsToAdd)
The budget actions to add.
|
Copyright © 2024. All rights reserved.