| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
Spend |
Spend.clone() |
Spend |
BudgetedAndActualAmounts.getActualAmount()
Your actual costs or usage for a budget period.
|
Spend |
CalculatedSpend.getActualSpend()
The amount of cost, usage, or RI units that you have used.
|
Spend |
BudgetedAndActualAmounts.getBudgetedAmount()
The amount of cost or usage that you created the budget for.
|
Spend |
Budget.getBudgetLimit()
The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans
coverage that you want to track with your budget.
|
Spend |
CalculatedSpend.getForecastedSpend()
The amount of cost, usage, or RI units that you are forecasted to use.
|
Spend |
Spend.withAmount(BigDecimal amount)
The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.
|
Spend |
Spend.withUnit(String unit)
The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars
or GB.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Spend> |
Budget.getPlannedBudgetLimits()
A map containing multiple
BudgetLimit, including current or future limits. |
| Modifier and Type | Method and Description |
|---|---|
Budget |
Budget.addPlannedBudgetLimitsEntry(String key,
Spend value) |
void |
BudgetedAndActualAmounts.setActualAmount(Spend actualAmount)
Your actual costs or usage for a budget period.
|
void |
CalculatedSpend.setActualSpend(Spend actualSpend)
The amount of cost, usage, or RI units that you have used.
|
void |
BudgetedAndActualAmounts.setBudgetedAmount(Spend budgetedAmount)
The amount of cost or usage that you created the budget for.
|
void |
Budget.setBudgetLimit(Spend budgetLimit)
The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans
coverage that you want to track with your budget.
|
void |
CalculatedSpend.setForecastedSpend(Spend forecastedSpend)
The amount of cost, usage, or RI units that you are forecasted to use.
|
BudgetedAndActualAmounts |
BudgetedAndActualAmounts.withActualAmount(Spend actualAmount)
Your actual costs or usage for a budget period.
|
CalculatedSpend |
CalculatedSpend.withActualSpend(Spend actualSpend)
The amount of cost, usage, or RI units that you have used.
|
BudgetedAndActualAmounts |
BudgetedAndActualAmounts.withBudgetedAmount(Spend budgetedAmount)
The amount of cost or usage that you created the budget for.
|
Budget |
Budget.withBudgetLimit(Spend budgetLimit)
The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans
coverage that you want to track with your budget.
|
CalculatedSpend |
CalculatedSpend.withForecastedSpend(Spend forecastedSpend)
The amount of cost, usage, or RI units that you are forecasted to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Budget.setPlannedBudgetLimits(Map<String,Spend> plannedBudgetLimits)
A map containing multiple
BudgetLimit, including current or future limits. |
Budget |
Budget.withPlannedBudgetLimits(Map<String,Spend> plannedBudgetLimits)
A map containing multiple
BudgetLimit, including current or future limits. |
Copyright © 2019. All rights reserved.