Uses of Class
software.amazon.awssdk.services.budgets.model.ApprovalModel
-
Packages that use ApprovalModel Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of ApprovalModel in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return ApprovalModel Modifier and Type Method Description ApprovalModelAction. approvalModel()This specifies if the action needs manual or automatic approval.ApprovalModelCreateBudgetActionRequest. approvalModel()This specifies if the action needs manual or automatic approval.ApprovalModelUpdateBudgetActionRequest. approvalModel()This specifies if the action needs manual or automatic approval.static ApprovalModelApprovalModel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApprovalModelApprovalModel. valueOf(String name)Returns the enum constant of this type with the specified name.static ApprovalModel[]ApprovalModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type ApprovalModel Modifier and Type Method Description static Set<ApprovalModel>ApprovalModel. knownValues()Methods in software.amazon.awssdk.services.budgets.model with parameters of type ApprovalModel Modifier and Type Method Description Action.BuilderAction.Builder. approvalModel(ApprovalModel approvalModel)This specifies if the action needs manual or automatic approval.CreateBudgetActionRequest.BuilderCreateBudgetActionRequest.Builder. approvalModel(ApprovalModel approvalModel)This specifies if the action needs manual or automatic approval.UpdateBudgetActionRequest.BuilderUpdateBudgetActionRequest.Builder. approvalModel(ApprovalModel approvalModel)This specifies if the action needs manual or automatic approval.
-