| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
static BudgetType |
BudgetType.fromValue(String value)
Use this in place of valueOf.
|
static BudgetType |
BudgetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BudgetType[] |
BudgetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Budget.setBudgetType(BudgetType budgetType)
Specifies whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or
Savings Plans coverage.
|
Budget |
Budget.withBudgetType(BudgetType budgetType)
Specifies whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or
Savings Plans coverage.
|
BudgetPerformanceHistory |
BudgetPerformanceHistory.withBudgetType(BudgetType budgetType) |
Copyright © 2024. All rights reserved.