Uses of Class
software.amazon.awssdk.services.budgets.model.BudgetedAndActualAmounts
-
Packages that use BudgetedAndActualAmounts Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of BudgetedAndActualAmounts in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type BudgetedAndActualAmounts Modifier and Type Method Description List<BudgetedAndActualAmounts>BudgetPerformanceHistory. budgetedAndActualAmountsList()A list of amounts of cost or usage that you created budgets for, which are compared to your actual costs or usage.Methods in software.amazon.awssdk.services.budgets.model with parameters of type BudgetedAndActualAmounts Modifier and Type Method Description BudgetPerformanceHistory.BuilderBudgetPerformanceHistory.Builder. budgetedAndActualAmountsList(BudgetedAndActualAmounts... budgetedAndActualAmountsList)A list of amounts of cost or usage that you created budgets for, which are compared to your actual costs or usage.Method parameters in software.amazon.awssdk.services.budgets.model with type arguments of type BudgetedAndActualAmounts Modifier and Type Method Description BudgetPerformanceHistory.BuilderBudgetPerformanceHistory.Builder. budgetedAndActualAmountsList(Collection<BudgetedAndActualAmounts> budgetedAndActualAmountsList)A list of amounts of cost or usage that you created budgets for, which are compared to your actual costs or usage.
-