| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
Spend |
BudgetedAndActualAmounts.actualAmount()
Your actual costs or usage for a budget period.
|
Spend |
CalculatedSpend.actualSpend()
The amount of cost, usage, RI units, or Savings Plans units that you used.
|
Spend |
BudgetedAndActualAmounts.budgetedAmount()
The amount of cost or usage that you created the budget for.
|
Spend |
Budget.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.
|
Spend |
CalculatedSpend.forecastedSpend()
The amount of cost, usage, RI units, or Savings Plans units that you're forecasted to use.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Spend> |
Budget.plannedBudgetLimits()
A map containing multiple
BudgetLimit, including current or future limits. |
| Modifier and Type | Method and Description |
|---|---|
BudgetedAndActualAmounts.Builder |
BudgetedAndActualAmounts.Builder.actualAmount(Spend actualAmount)
Your actual costs or usage for a budget period.
|
CalculatedSpend.Builder |
CalculatedSpend.Builder.actualSpend(Spend actualSpend)
The amount of cost, usage, RI units, or Savings Plans units that you used.
|
BudgetedAndActualAmounts.Builder |
BudgetedAndActualAmounts.Builder.budgetedAmount(Spend budgetedAmount)
The amount of cost or usage that you created the budget for.
|
Budget.Builder |
Budget.Builder.budgetLimit(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.Builder |
CalculatedSpend.Builder.forecastedSpend(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 |
|---|---|
Budget.Builder |
Budget.Builder.plannedBudgetLimits(Map<String,Spend> plannedBudgetLimits)
A map containing multiple
BudgetLimit, including current or future limits. |
Copyright © 2023. All rights reserved.