| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
Spend |
Spend.clone() |
Spend |
CalculatedSpend.getActualSpend()
The amount of cost, usage, or RI units that you have used.
|
Spend |
Budget.getBudgetLimit()
The total amount of cost, usage, or RI utilization 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 associated with a budget forecast, actual spend, or budget threshold.
|
Spend |
Spend.withUnit(String unit)
The unit of measurement used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalculatedSpend.setActualSpend(Spend actualSpend)
The amount of cost, usage, or RI units that you have used.
|
void |
Budget.setBudgetLimit(Spend budgetLimit)
The total amount of cost, usage, or RI utilization 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.
|
CalculatedSpend |
CalculatedSpend.withActualSpend(Spend actualSpend)
The amount of cost, usage, or RI units that you have used.
|
Budget |
Budget.withBudgetLimit(Spend budgetLimit)
The total amount of cost, usage, or RI utilization 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.
|
Copyright © 2018. All rights reserved.