com.databricks.sdk.service.sql.DashboardWidgetsService Maven / Gradle / Ivy
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.sql;
import com.databricks.sdk.support.Generated;
/**
* This is an evolving API that facilitates the addition and removal of widgets from existing
* dashboards within the Databricks Workspace. Data structures may change over time.
*
* This is the high-level interface, that contains generated methods.
*
*
Evolving: this interface is under development. Method signatures may change.
*/
@Generated
public interface DashboardWidgetsService {
/** Add widget to a dashboard. */
Widget create(CreateWidget createWidget);
/** Remove widget. */
void delete(DeleteDashboardWidgetRequest deleteDashboardWidgetRequest);
/** Update existing widget. */
Widget update(CreateWidget createWidget);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy