| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
ApprovalModel |
Action.approvalModel()
This specifies if the action needs manual or automatic approval.
|
ApprovalModel |
UpdateBudgetActionRequest.approvalModel()
This specifies if the action needs manual or automatic approval.
|
ApprovalModel |
CreateBudgetActionRequest.approvalModel()
This specifies if the action needs manual or automatic approval.
|
static ApprovalModel |
ApprovalModel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ApprovalModel |
ApprovalModel.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ApprovalModel> |
ApprovalModel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
Action.Builder.approvalModel(ApprovalModel approvalModel)
This specifies if the action needs manual or automatic approval.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.approvalModel(ApprovalModel approvalModel)
This specifies if the action needs manual or automatic approval.
|
CreateBudgetActionRequest.Builder |
CreateBudgetActionRequest.Builder.approvalModel(ApprovalModel approvalModel)
This specifies if the action needs manual or automatic approval.
|
Copyright © 2023. All rights reserved.