Uses of Class
com.influxdb.client.domain.CreateCell
Packages that use CreateCell
-
Uses of CreateCell in com.influxdb.client
Methods in com.influxdb.client with parameters of type CreateCellModifier 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
Methods in com.influxdb.client.domain that return CreateCellModifier and TypeMethodDescription -
Uses of CreateCell in com.influxdb.client.service
Methods in com.influxdb.client.service with parameters of type CreateCellModifier 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