Uses of Class
software.amazon.awssdk.services.deadline.model.BudgetActionToAdd
-
Packages that use BudgetActionToAdd Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of BudgetActionToAdd in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type BudgetActionToAdd Modifier and Type Method Description List<BudgetActionToAdd>CreateBudgetRequest. actions()The budget actions to specify what happens when the budget runs out.List<BudgetActionToAdd>UpdateBudgetRequest. actionsToAdd()The budget actions to add.Methods in software.amazon.awssdk.services.deadline.model with parameters of type BudgetActionToAdd Modifier and Type Method Description CreateBudgetRequest.BuilderCreateBudgetRequest.Builder. actions(BudgetActionToAdd... actions)The budget actions to specify what happens when the budget runs out.UpdateBudgetRequest.BuilderUpdateBudgetRequest.Builder. actionsToAdd(BudgetActionToAdd... actionsToAdd)The budget actions to add.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type BudgetActionToAdd Modifier and Type Method Description CreateBudgetRequest.BuilderCreateBudgetRequest.Builder. actions(Collection<BudgetActionToAdd> actions)The budget actions to specify what happens when the budget runs out.UpdateBudgetRequest.BuilderUpdateBudgetRequest.Builder. actionsToAdd(Collection<BudgetActionToAdd> actionsToAdd)The budget actions to add.
-