Uses of Class
com.influxdb.client.domain.LabelResponse
-
Uses of LabelResponse in com.influxdb.client
Modifier and TypeMethodDescriptionAdd the bucket label.Add the bucket label.Add a label to a check.Add a label to a check.Add a label to a dashboard.Add a label to a dashboard.NotificationEndpointsApi.addLabel
(Label label, NotificationEndpoint endpoint) Add a label to a notification endpoint.Add a label to a notification endpoint.NotificationRulesApi.addLabel
(Label label, NotificationRule notificationRule) Add a label to a notification rule.Add a label to a notification rule.ScraperTargetsApi.addLabel
(Label label, ScraperTargetResponse scraperTargetResponse) Add the ScraperTarget label.Add the ScraperTarget label.Add the Task label.Add the Task label.Add a label to a telegraf config.Add a label to a telegraf config. -
Uses of LabelResponse in com.influxdb.client.domain
Modifier and TypeMethodDescription -
Uses of LabelResponse in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.Call
<LabelResponse> LabelsService.getLabelsID
(String labelID, String zapTraceSpan) Retrieve a labelretrofit2.Call
<LabelResponse> LabelsService.patchLabelsID
(String labelID, LabelUpdate labelUpdate, String zapTraceSpan) Update a labelretrofit2.Call
<LabelResponse> BucketsService.postBucketsIDLabels
(String bucketID, LabelMapping labelMapping, String zapTraceSpan) Add a label to a bucketretrofit2.Call
<LabelResponse> ChecksService.postChecksIDLabels
(String checkID, LabelMapping labelMapping, String zapTraceSpan) Add a label to a checkretrofit2.Call
<LabelResponse> DashboardsService.postDashboardsIDLabels
(String dashboardID, LabelMapping labelMapping, String zapTraceSpan) Add a label to a dashboardretrofit2.Call
<LabelResponse> LabelsService.postLabels
(LabelCreateRequest labelCreateRequest) Create a labelretrofit2.Call
<LabelResponse> NotificationEndpointsService.postNotificationEndpointIDLabels
(String endpointID, LabelMapping labelMapping, String zapTraceSpan) Add a label to a notification endpointretrofit2.Call
<LabelResponse> NotificationRulesService.postNotificationRuleIDLabels
(String ruleID, LabelMapping labelMapping, String zapTraceSpan) Add a label to a notification ruleretrofit2.Call
<LabelResponse> ScraperTargetsService.postScrapersIDLabels
(String scraperTargetID, LabelMapping labelMapping, String zapTraceSpan) Add a label to a scraper targetretrofit2.Call
<LabelResponse> TasksService.postTasksIDLabels
(String taskID, LabelMapping labelMapping, String zapTraceSpan) Add a label to a taskretrofit2.Call
<LabelResponse> TelegrafsService.postTelegrafsIDLabels
(String telegrafID, LabelMapping labelMapping, String zapTraceSpan) Add a label to a Telegraf configretrofit2.Call
<LabelResponse> VariablesService.postVariablesIDLabels
(String variableID, LabelMapping labelMapping, String zapTraceSpan) Add a label to a variable