Uses of Class
software.amazon.awssdk.services.deadline.model.BudgetStatus
-
Packages that use BudgetStatus Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of BudgetStatus in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return BudgetStatus Modifier and Type Method Description static BudgetStatusBudgetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BudgetStatusBudgetSummary. status()The status of the budget.BudgetStatusGetBudgetResponse. status()The status of the budget.BudgetStatusListBudgetsRequest. status()The status to list for the budgets.BudgetStatusUpdateBudgetRequest. status()Updates the status of the budget.static BudgetStatusBudgetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BudgetStatus[]BudgetStatus. 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 BudgetStatus Modifier and Type Method Description static Set<BudgetStatus>BudgetStatus. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type BudgetStatus Modifier and Type Method Description BudgetSummary.BuilderBudgetSummary.Builder. status(BudgetStatus status)The status of the budget.GetBudgetResponse.BuilderGetBudgetResponse.Builder. status(BudgetStatus status)The status of the budget.ListBudgetsRequest.BuilderListBudgetsRequest.Builder. status(BudgetStatus status)The status to list for the budgets.UpdateBudgetRequest.BuilderUpdateBudgetRequest.Builder. status(BudgetStatus status)Updates the status of the budget.
-