Uses of Class
com.databricks.sdk.service.billing.BudgetAlert
-
Packages that use BudgetAlert Package Description com.databricks.sdk.service.billing -
-
Uses of BudgetAlert in com.databricks.sdk.service.billing
Methods in com.databricks.sdk.service.billing that return BudgetAlert Modifier and Type Method Description BudgetAlertBudgetAlert. setEmailNotifications(Collection<String> emailNotifications)BudgetAlertBudgetAlert. setMinPercentage(Long minPercentage)Methods in com.databricks.sdk.service.billing that return types with arguments of type BudgetAlert Modifier and Type Method Description Collection<BudgetAlert>Budget. getAlerts()Collection<BudgetAlert>BudgetWithStatus. getAlerts()Method parameters in com.databricks.sdk.service.billing with type arguments of type BudgetAlert Modifier and Type Method Description BudgetBudget. setAlerts(Collection<BudgetAlert> alerts)BudgetWithStatusBudgetWithStatus. setAlerts(Collection<BudgetAlert> alerts)
-