Uses of Class
software.amazon.awssdk.services.deadline.model.FixedBudgetSchedule
-
Packages that use FixedBudgetSchedule Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of FixedBudgetSchedule in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return FixedBudgetSchedule Modifier and Type Method Description FixedBudgetScheduleBudgetSchedule. fixed()The fixed start and end time of the budget's schedule.Methods in software.amazon.awssdk.services.deadline.model with parameters of type FixedBudgetSchedule Modifier and Type Method Description BudgetSchedule.BuilderBudgetSchedule.Builder. fixed(FixedBudgetSchedule fixed)The fixed start and end time of the budget's schedule.static BudgetScheduleBudgetSchedule. fromFixed(FixedBudgetSchedule fixed)Create an instance of this class withBudgetSchedule.fixed()initialized to the given value.
-