Uses of Class
com.databricks.sdk.service.sql.AlertOptions
-
Packages that use AlertOptions Package Description com.databricks.sdk.service.sql -
-
Uses of AlertOptions in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return AlertOptions Modifier and Type Method Description AlertOptionsAlert. getOptions()AlertOptionsCreateAlert. getOptions()AlertOptionsEditAlert. getOptions()AlertOptionsAlertOptions. setColumn(String column)AlertOptionsAlertOptions. setCustomBody(String customBody)AlertOptionsAlertOptions. setCustomSubject(String customSubject)AlertOptionsAlertOptions. setMuted(Boolean muted)AlertOptionsAlertOptions. setOp(String op)AlertOptionsAlertOptions. setValue(Object value)Methods in com.databricks.sdk.service.sql with parameters of type AlertOptions Modifier and Type Method Description AlertAlertsAPI. create(String name, AlertOptions options, String queryId)AlertAlert. setOptions(AlertOptions options)CreateAlertCreateAlert. setOptions(AlertOptions options)EditAlertEditAlert. setOptions(AlertOptions options)voidAlertsAPI. update(String name, AlertOptions options, String queryId, String alertId)
-