| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
static BudgetStatus |
BudgetStatus.fromValue(String value)
Use this in place of valueOf.
|
static BudgetStatus |
BudgetStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BudgetStatus[] |
BudgetStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetSummary |
BudgetSummary.withStatus(BudgetStatus status)
The status of the budget.
|
UpdateBudgetRequest |
UpdateBudgetRequest.withStatus(BudgetStatus status)
Updates the status of the budget.
|
ListBudgetsRequest |
ListBudgetsRequest.withStatus(BudgetStatus status)
The status to list for the budgets.
|
GetBudgetResult |
GetBudgetResult.withStatus(BudgetStatus status)
The status of the budget.
|
Copyright © 2024. All rights reserved.