Uses of Class
com.influxdb.client.domain.CreateCell
-
Uses of CreateCell in com.influxdb.client
Modifier and TypeMethodDescriptionDashboardsApi.addCell
(CreateCell createCell, Dashboard dashboard) Create a dashboard cell.DashboardsApi.addCell
(CreateCell createCell, String dashboardID) Create a dashboard cell. -
Uses of CreateCell in com.influxdb.client.domain
Modifier and TypeMethodDescription -
Uses of CreateCell in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.Call
<Cell> CellsService.postDashboardsIDCells
(String dashboardID, CreateCell createCell, String zapTraceSpan) Create a dashboard cellretrofit2.Call
<Cell> DashboardsService.postDashboardsIDCells
(String dashboardID, CreateCell createCell, String zapTraceSpan) Create a dashboard cell