| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
CalculatedSpend |
CalculatedSpend.clone() |
CalculatedSpend |
Budget.getCalculatedSpend()
The actual and forecasted cost or usage that the budget tracks.
|
CalculatedSpend |
CalculatedSpend.withActualSpend(Spend actualSpend)
The amount of cost, usage, RI units, or Savings Plans units that you used.
|
CalculatedSpend |
CalculatedSpend.withForecastedSpend(Spend forecastedSpend)
The amount of cost, usage, RI units, or Savings Plans units that you're forecasted to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Budget.setCalculatedSpend(CalculatedSpend calculatedSpend)
The actual and forecasted cost or usage that the budget tracks.
|
Budget |
Budget.withCalculatedSpend(CalculatedSpend calculatedSpend)
The actual and forecasted cost or usage that the budget tracks.
|
Copyright © 2022. All rights reserved.