| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
BudgetActionToRemove |
BudgetActionToRemove.clone() |
BudgetActionToRemove |
BudgetActionToRemove.withThresholdPercentage(Float thresholdPercentage)
The percentage threshold for the budget action to remove.
|
BudgetActionToRemove |
BudgetActionToRemove.withType(BudgetActionType type)
The type of budget action to remove.
|
BudgetActionToRemove |
BudgetActionToRemove.withType(String type)
The type of budget action to remove.
|
| Modifier and Type | Method and Description |
|---|---|
List<BudgetActionToRemove> |
UpdateBudgetRequest.getActionsToRemove()
The budget actions to remove from the budget.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBudgetRequest |
UpdateBudgetRequest.withActionsToRemove(BudgetActionToRemove... actionsToRemove)
The budget actions to remove from the budget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBudgetRequest.setActionsToRemove(Collection<BudgetActionToRemove> actionsToRemove)
The budget actions to remove from the budget.
|
UpdateBudgetRequest |
UpdateBudgetRequest.withActionsToRemove(Collection<BudgetActionToRemove> actionsToRemove)
The budget actions to remove from the budget.
|
Copyright © 2024. All rights reserved.