Uses of Class
software.amazon.awssdk.services.budgets.model.Spend
-
Packages that use Spend Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of Spend in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return Spend Modifier and Type Method Description SpendBudgetedAndActualAmounts. actualAmount()Your actual costs or usage for a budget period.SpendCalculatedSpend. actualSpend()The amount of cost, usage, RI units, or Savings Plans units that you used.SpendBudgetedAndActualAmounts. budgetedAmount()The amount of cost or usage that you created the budget for.SpendBudget. 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.SpendCalculatedSpend. forecastedSpend()The amount of cost, usage, RI units, or Savings Plans units that you're forecasted to use.Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type Spend Modifier and Type Method Description Map<String,Spend>Budget. plannedBudgetLimits()A map containing multipleBudgetLimit, including current or future limits.Methods in software.amazon.awssdk.services.budgets.model with parameters of type Spend Modifier and Type Method Description BudgetedAndActualAmounts.BuilderBudgetedAndActualAmounts.Builder. actualAmount(Spend actualAmount)Your actual costs or usage for a budget period.CalculatedSpend.BuilderCalculatedSpend.Builder. actualSpend(Spend actualSpend)The amount of cost, usage, RI units, or Savings Plans units that you used.BudgetedAndActualAmounts.BuilderBudgetedAndActualAmounts.Builder. budgetedAmount(Spend budgetedAmount)The amount of cost or usage that you created the budget for.Budget.BuilderBudget.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.BuilderCalculatedSpend.Builder. forecastedSpend(Spend forecastedSpend)The amount of cost, usage, RI units, or Savings Plans units that you're forecasted to use.Method parameters in software.amazon.awssdk.services.budgets.model with type arguments of type Spend Modifier and Type Method Description Budget.BuilderBudget.Builder. plannedBudgetLimits(Map<String,Spend> plannedBudgetLimits)A map containing multipleBudgetLimit, including current or future limits.
-