| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
BudgetPerformanceHistory |
BudgetPerformanceHistory.addCostFiltersEntry(String key,
List<String> value)
Add a single CostFilters entry
|
BudgetPerformanceHistory |
BudgetPerformanceHistory.clearCostFiltersEntries()
Removes all the entries added into CostFilters.
|
BudgetPerformanceHistory |
BudgetPerformanceHistory.clone() |
BudgetPerformanceHistory |
DescribeBudgetPerformanceHistoryResult.getBudgetPerformanceHistory()
The history of how often the budget has gone into an
ALARM state. |
BudgetPerformanceHistory |
BudgetPerformanceHistory.withBudgetedAndActualAmountsList(BudgetedAndActualAmounts... budgetedAndActualAmountsList)
A list of amounts of cost or usage that you created budgets for, which are compared to your actual costs or
usage.
|
BudgetPerformanceHistory |
BudgetPerformanceHistory.withBudgetedAndActualAmountsList(Collection<BudgetedAndActualAmounts> budgetedAndActualAmountsList)
A list of amounts of cost or usage that you created budgets for, which are compared to your actual costs or
usage.
|
BudgetPerformanceHistory |
BudgetPerformanceHistory.withBudgetName(String budgetName) |
BudgetPerformanceHistory |
BudgetPerformanceHistory.withBudgetType(BudgetType budgetType) |
BudgetPerformanceHistory |
BudgetPerformanceHistory.withBudgetType(String budgetType) |
BudgetPerformanceHistory |
BudgetPerformanceHistory.withCostFilters(Map<String,List<String>> costFilters)
The history of the cost filters for a budget during the specified time period.
|
BudgetPerformanceHistory |
BudgetPerformanceHistory.withCostTypes(CostTypes costTypes)
The history of the cost types for a budget during the specified time period.
|
BudgetPerformanceHistory |
BudgetPerformanceHistory.withTimeUnit(String timeUnit) |
BudgetPerformanceHistory |
BudgetPerformanceHistory.withTimeUnit(TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBudgetPerformanceHistoryResult.setBudgetPerformanceHistory(BudgetPerformanceHistory budgetPerformanceHistory)
The history of how often the budget has gone into an
ALARM state. |
DescribeBudgetPerformanceHistoryResult |
DescribeBudgetPerformanceHistoryResult.withBudgetPerformanceHistory(BudgetPerformanceHistory budgetPerformanceHistory)
The history of how often the budget has gone into an
ALARM state. |
Copyright © 2022. All rights reserved.