| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
Spend |
Spend.clone() |
Spend |
CalculatedSpend.getActualSpend() |
Spend |
Budget.getBudgetLimit() |
Spend |
CalculatedSpend.getForecastedSpend() |
Spend |
Spend.withAmount(BigDecimal amount) |
Spend |
Spend.withUnit(String unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
CalculatedSpend.setActualSpend(Spend actualSpend) |
void |
Budget.setBudgetLimit(Spend budgetLimit) |
void |
CalculatedSpend.setForecastedSpend(Spend forecastedSpend) |
CalculatedSpend |
CalculatedSpend.withActualSpend(Spend actualSpend) |
Budget |
Budget.withBudgetLimit(Spend budgetLimit) |
CalculatedSpend |
CalculatedSpend.withForecastedSpend(Spend forecastedSpend) |
Copyright © 2017. All rights reserved.