Uses of Class
software.amazon.awssdk.services.budgets.model.BudgetType
-
Packages that use BudgetType Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of BudgetType in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return BudgetType Modifier and Type Method Description BudgetTypeBudget. budgetType()Specifies whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.BudgetTypeBudgetPerformanceHistory. budgetType()Returns the value of the BudgetType property for this object.static BudgetTypeBudgetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BudgetTypeBudgetType. valueOf(String name)Returns the enum constant of this type with the specified name.static BudgetType[]BudgetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type BudgetType Modifier and Type Method Description static Set<BudgetType>BudgetType. knownValues()Methods in software.amazon.awssdk.services.budgets.model with parameters of type BudgetType Modifier and Type Method Description Budget.BuilderBudget.Builder. budgetType(BudgetType budgetType)Specifies whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.BudgetPerformanceHistory.BuilderBudgetPerformanceHistory.Builder. budgetType(BudgetType budgetType)Sets the value of the BudgetType property for this object.
-