| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
ActionThreshold |
ActionThreshold.clone() |
ActionThreshold |
Action.getActionThreshold()
The trigger threshold of the action.
|
ActionThreshold |
CreateBudgetActionRequest.getActionThreshold() |
ActionThreshold |
UpdateBudgetActionRequest.getActionThreshold() |
ActionThreshold |
ActionThreshold.withActionThresholdType(String actionThresholdType) |
ActionThreshold |
ActionThreshold.withActionThresholdType(ThresholdType actionThresholdType) |
ActionThreshold |
ActionThreshold.withActionThresholdValue(Double actionThresholdValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setActionThreshold(ActionThreshold actionThreshold)
The trigger threshold of the action.
|
void |
CreateBudgetActionRequest.setActionThreshold(ActionThreshold actionThreshold) |
void |
UpdateBudgetActionRequest.setActionThreshold(ActionThreshold actionThreshold) |
Action |
Action.withActionThreshold(ActionThreshold actionThreshold)
The trigger threshold of the action.
|
CreateBudgetActionRequest |
CreateBudgetActionRequest.withActionThreshold(ActionThreshold actionThreshold) |
UpdateBudgetActionRequest |
UpdateBudgetActionRequest.withActionThreshold(ActionThreshold actionThreshold) |
Copyright © 2021. All rights reserved.