Uses of Class
software.amazon.awssdk.services.budgets.model.AutoAdjustType
-
Packages that use AutoAdjustType Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of AutoAdjustType in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return AutoAdjustType Modifier and Type Method Description AutoAdjustTypeAutoAdjustData. autoAdjustType()The string that defines whether your budget auto-adjusts based on historical or forecasted data.static AutoAdjustTypeAutoAdjustType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoAdjustTypeAutoAdjustType. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoAdjustType[]AutoAdjustType. 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 AutoAdjustType Modifier and Type Method Description static Set<AutoAdjustType>AutoAdjustType. knownValues()Methods in software.amazon.awssdk.services.budgets.model with parameters of type AutoAdjustType Modifier and Type Method Description AutoAdjustData.BuilderAutoAdjustData.Builder. autoAdjustType(AutoAdjustType autoAdjustType)The string that defines whether your budget auto-adjusts based on historical or forecasted data.
-