Uses of Class
software.amazon.awssdk.services.deadline.model.BudgetActionType
-
Packages that use BudgetActionType Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of BudgetActionType in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return BudgetActionType Modifier and Type Method Description static BudgetActionTypeBudgetActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BudgetActionTypeBudgetActionToAdd. type()The type of budget action to add.BudgetActionTypeBudgetActionToRemove. type()The type of budget action to remove.BudgetActionTypeResponseBudgetAction. type()The action taken on the budget once scheduling stops.static BudgetActionTypeBudgetActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static BudgetActionType[]BudgetActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type BudgetActionType Modifier and Type Method Description static Set<BudgetActionType>BudgetActionType. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type BudgetActionType Modifier and Type Method Description BudgetActionToAdd.BuilderBudgetActionToAdd.Builder. type(BudgetActionType type)The type of budget action to add.BudgetActionToRemove.BuilderBudgetActionToRemove.Builder. type(BudgetActionType type)The type of budget action to remove.ResponseBudgetAction.BuilderResponseBudgetAction.Builder. type(BudgetActionType type)The action taken on the budget once scheduling stops.
-