Uses of Class
software.amazon.awssdk.services.deadline.model.ResponseBudgetAction
-
Packages that use ResponseBudgetAction Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of ResponseBudgetAction in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type ResponseBudgetAction Modifier and Type Method Description List<ResponseBudgetAction>GetBudgetResponse. actions()The budget actions for the budget.Methods in software.amazon.awssdk.services.deadline.model with parameters of type ResponseBudgetAction Modifier and Type Method Description GetBudgetResponse.BuilderGetBudgetResponse.Builder. actions(ResponseBudgetAction... actions)The budget actions for the budget.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type ResponseBudgetAction Modifier and Type Method Description GetBudgetResponse.BuilderGetBudgetResponse.Builder. actions(Collection<ResponseBudgetAction> actions)The budget actions for the budget.
-