Uses of Class
software.amazon.awssdk.services.budgets.model.CostTypes
-
Packages that use CostTypes Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of CostTypes in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return CostTypes Modifier and Type Method Description CostTypesBudget. costTypes()The types of costs that are included in thisCOSTbudget.CostTypesBudgetPerformanceHistory. costTypes()The history of the cost types for a budget during the specified time period.Methods in software.amazon.awssdk.services.budgets.model with parameters of type CostTypes Modifier and Type Method Description Budget.BuilderBudget.Builder. costTypes(CostTypes costTypes)The types of costs that are included in thisCOSTbudget.BudgetPerformanceHistory.BuilderBudgetPerformanceHistory.Builder. costTypes(CostTypes costTypes)The history of the cost types for a budget during the specified time period.
-