| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
BudgetedAndActualAmounts |
BudgetedAndActualAmounts.clone() |
BudgetedAndActualAmounts |
BudgetedAndActualAmounts.withActualAmount(Spend actualAmount)
Your actual costs or usage for a budget period.
|
BudgetedAndActualAmounts |
BudgetedAndActualAmounts.withBudgetedAmount(Spend budgetedAmount)
The amount of cost or usage that you created the budget for.
|
BudgetedAndActualAmounts |
BudgetedAndActualAmounts.withTimePeriod(TimePeriod timePeriod)
The time period covered by this budget comparison.
|
| Modifier and Type | Method and Description |
|---|---|
List<BudgetedAndActualAmounts> |
BudgetPerformanceHistory.getBudgetedAndActualAmountsList()
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetPerformanceHistory |
BudgetPerformanceHistory.withBudgetedAndActualAmountsList(BudgetedAndActualAmounts... budgetedAndActualAmountsList)
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetPerformanceHistory.setBudgetedAndActualAmountsList(Collection<BudgetedAndActualAmounts> budgetedAndActualAmountsList)
A list of amounts of cost or usage that you created budgets for, 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, compared to your actual costs or usage.
|
Copyright © 2019. All rights reserved.