| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
ActionHistory |
ActionHistory.clone() |
ActionHistory |
ActionHistory.withActionHistoryDetails(ActionHistoryDetails actionHistoryDetails)
The description of the details for the event.
|
ActionHistory |
ActionHistory.withEventType(EventType eventType)
This distinguishes between whether the events are triggered by the user or are generated by the system.
|
ActionHistory |
ActionHistory.withEventType(String eventType)
This distinguishes between whether the events are triggered by the user or are generated by the system.
|
ActionHistory |
ActionHistory.withStatus(ActionStatus status)
The status of action at the time of the event.
|
ActionHistory |
ActionHistory.withStatus(String status)
The status of action at the time of the event.
|
ActionHistory |
ActionHistory.withTimestamp(Date timestamp) |
| Modifier and Type | Method and Description |
|---|---|
List<ActionHistory> |
DescribeBudgetActionHistoriesResult.getActionHistories()
The historical record of the budget action resource.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetActionHistoriesResult |
DescribeBudgetActionHistoriesResult.withActionHistories(ActionHistory... actionHistories)
The historical record of the budget action resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBudgetActionHistoriesResult.setActionHistories(Collection<ActionHistory> actionHistories)
The historical record of the budget action resource.
|
DescribeBudgetActionHistoriesResult |
DescribeBudgetActionHistoriesResult.withActionHistories(Collection<ActionHistory> actionHistories)
The historical record of the budget action resource.
|
Copyright © 2022. All rights reserved.