Uses of Interface
com.databricks.sdk.service.sql.AlertsService
-
Packages that use AlertsService Package Description com.databricks.sdk com.databricks.sdk.service.sql -
-
Uses of AlertsService in com.databricks.sdk
Methods in com.databricks.sdk with parameters of type AlertsService Modifier and Type Method Description WorkspaceClient
WorkspaceClient. withAlertsImpl(AlertsService alerts)
Replace AlertsAPI implementation with mock -
Uses of AlertsService in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return AlertsService Modifier and Type Method Description AlertsService
AlertsAPI. impl()
Constructors in com.databricks.sdk.service.sql with parameters of type AlertsService Constructor Description AlertsAPI(AlertsService mock)
Constructor for mocks
-