| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
static BudgetActionType |
BudgetActionType.fromValue(String value)
Use this in place of valueOf.
|
static BudgetActionType |
BudgetActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BudgetActionType[] |
BudgetActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetActionToRemove |
BudgetActionToRemove.withType(BudgetActionType type)
The type of budget action to remove.
|
BudgetActionToAdd |
BudgetActionToAdd.withType(BudgetActionType type)
The type of budget action to add.
|
ResponseBudgetAction |
ResponseBudgetAction.withType(BudgetActionType type)
The action taken on the budget once scheduling stops.
|
Copyright © 2025. All rights reserved.