| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.clone() |
Action |
DescribeBudgetActionResult.getAction()
A budget action resource.
|
Action |
DeleteBudgetActionResult.getAction() |
Action |
ActionHistoryDetails.getAction()
The budget action resource.
|
Action |
UpdateBudgetActionResult.getNewAction()
The updated action resource information.
|
Action |
UpdateBudgetActionResult.getOldAction()
The previous action resource information.
|
Action |
Action.withActionId(String actionId)
A system-generated universally unique identifier (UUID) for the action.
|
Action |
Action.withActionThreshold(ActionThreshold actionThreshold)
The trigger threshold of the action.
|
Action |
Action.withActionType(ActionType actionType)
The type of action.
|
Action |
Action.withActionType(String actionType)
The type of action.
|
Action |
Action.withApprovalModel(ApprovalModel approvalModel)
This specifies if the action needs manual or automatic approval.
|
Action |
Action.withApprovalModel(String approvalModel)
This specifies if the action needs manual or automatic approval.
|
Action |
Action.withBudgetName(String budgetName) |
Action |
Action.withDefinition(Definition definition)
Where you specify all of the type-specific parameters.
|
Action |
Action.withExecutionRoleArn(String executionRoleArn)
The role passed for action execution and reversion.
|
Action |
Action.withNotificationType(NotificationType notificationType) |
Action |
Action.withNotificationType(String notificationType) |
Action |
Action.withStatus(ActionStatus status)
The status of action.
|
Action |
Action.withStatus(String status)
The status of action.
|
Action |
Action.withSubscribers(Collection<Subscriber> subscribers) |
Action |
Action.withSubscribers(Subscriber... subscribers)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
DescribeBudgetActionsForBudgetResult.getActions()
A list of the budget action resources information.
|
List<Action> |
DescribeBudgetActionsForAccountResult.getActions()
A list of the budget action resources information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBudgetActionResult.setAction(Action action)
A budget action resource.
|
void |
DeleteBudgetActionResult.setAction(Action action) |
void |
ActionHistoryDetails.setAction(Action action)
The budget action resource.
|
void |
UpdateBudgetActionResult.setNewAction(Action newAction)
The updated action resource information.
|
void |
UpdateBudgetActionResult.setOldAction(Action oldAction)
The previous action resource information.
|
DescribeBudgetActionResult |
DescribeBudgetActionResult.withAction(Action action)
A budget action resource.
|
DeleteBudgetActionResult |
DeleteBudgetActionResult.withAction(Action action) |
ActionHistoryDetails |
ActionHistoryDetails.withAction(Action action)
The budget action resource.
|
DescribeBudgetActionsForBudgetResult |
DescribeBudgetActionsForBudgetResult.withActions(Action... actions)
A list of the budget action resources information.
|
DescribeBudgetActionsForAccountResult |
DescribeBudgetActionsForAccountResult.withActions(Action... actions)
A list of the budget action resources information.
|
UpdateBudgetActionResult |
UpdateBudgetActionResult.withNewAction(Action newAction)
The updated action resource information.
|
UpdateBudgetActionResult |
UpdateBudgetActionResult.withOldAction(Action oldAction)
The previous action resource information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBudgetActionsForBudgetResult.setActions(Collection<Action> actions)
A list of the budget action resources information.
|
void |
DescribeBudgetActionsForAccountResult.setActions(Collection<Action> actions)
A list of the budget action resources information.
|
DescribeBudgetActionsForBudgetResult |
DescribeBudgetActionsForBudgetResult.withActions(Collection<Action> actions)
A list of the budget action resources information.
|
DescribeBudgetActionsForAccountResult |
DescribeBudgetActionsForAccountResult.withActions(Collection<Action> actions)
A list of the budget action resources information.
|
Copyright © 2021. All rights reserved.