Uses of Class
software.amazon.awssdk.services.budgets.model.Definition
-
Packages that use Definition Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of Definition in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return Definition Modifier and Type Method Description DefinitionAction. definition()Where you specify all of the type-specific parameters.DefinitionCreateBudgetActionRequest. definition()Returns the value of the Definition property for this object.DefinitionUpdateBudgetActionRequest. definition()Returns the value of the Definition property for this object.Methods in software.amazon.awssdk.services.budgets.model with parameters of type Definition Modifier and Type Method Description Action.BuilderAction.Builder. definition(Definition definition)Where you specify all of the type-specific parameters.CreateBudgetActionRequest.BuilderCreateBudgetActionRequest.Builder. definition(Definition definition)Sets the value of the Definition property for this object.UpdateBudgetActionRequest.BuilderUpdateBudgetActionRequest.Builder. definition(Definition definition)Sets the value of the Definition property for this object.
-