Uses of Class
software.amazon.awssdk.services.budgets.model.ActionThreshold
-
Packages that use ActionThreshold Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of ActionThreshold in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return ActionThreshold Modifier and Type Method Description ActionThresholdAction. actionThreshold()The trigger threshold of the action.ActionThresholdCreateBudgetActionRequest. actionThreshold()Returns the value of the ActionThreshold property for this object.ActionThresholdUpdateBudgetActionRequest. actionThreshold()Returns the value of the ActionThreshold property for this object.Methods in software.amazon.awssdk.services.budgets.model with parameters of type ActionThreshold Modifier and Type Method Description Action.BuilderAction.Builder. actionThreshold(ActionThreshold actionThreshold)The trigger threshold of the action.CreateBudgetActionRequest.BuilderCreateBudgetActionRequest.Builder. actionThreshold(ActionThreshold actionThreshold)Sets the value of the ActionThreshold property for this object.UpdateBudgetActionRequest.BuilderUpdateBudgetActionRequest.Builder. actionThreshold(ActionThreshold actionThreshold)Sets the value of the ActionThreshold property for this object.
-