Uses of Class
com.influxdb.client.domain.Label
Packages that use Label
-
Uses of Label in com.influxdb.client
Methods in com.influxdb.client that return LabelModifier and TypeMethodDescriptionAdd a label to a variable.Add a label to a variable.LabelsApi.cloneLabel
(String clonedName, Label label) Clone a label.LabelsApi.cloneLabel
(String clonedName, String labelID) Clone a label.LabelsApi.createLabel
(LabelCreateRequest request) Create a label.Creates a new label and setsgetId()
with the new identifier.LabelsApi.findLabelByID
(String labelID) Retrieve a label.LabelsApi.updateLabel
(Label label) Updates a label's properties.LabelsApi.updateLabel
(String labelID, LabelUpdate labelUpdate) Update a single label.Methods in com.influxdb.client that return types with arguments of type LabelModifier and TypeMethodDescriptionLabelsApi.findLabels()
Get all labels.LabelsApi.findLabelsByOrg
(Organization organization) Get all labels.LabelsApi.findLabelsByOrgId
(String orgID) Get all labels.List all labels of a bucket.List all labels of a bucket.List all labels for a check.List all labels for a check.List all labels for a dashboard.List all labels for a dashboard.NotificationEndpointsApi.getLabels
(NotificationEndpoint endpoint) List all labels for a notification endpoint.List all labels for a notification endpoint.NotificationRulesApi.getLabels
(NotificationRule notificationRule) List all labels for a notification rule.List all labels for a notification rule.ScraperTargetsApi.getLabels
(ScraperTargetResponse scraperTargetResponse) List all labels of a ScraperTarget.List all labels of a ScraperTarget.List all labels of a Task.List all labels of a Task.List all labels for a telegraf config.List all labels for a telegraf config.List all labels for a variable.List all labels for a variable.Methods in com.influxdb.client with parameters of type LabelModifier and TypeMethodDescriptionAdd the bucket label.Add a label to a check.Add a label to a dashboard.NotificationEndpointsApi.addLabel
(Label label, NotificationEndpoint endpoint) Add a label to a notification endpoint.NotificationRulesApi.addLabel
(Label label, NotificationRule notificationRule) Add a label to a notification rule.ScraperTargetsApi.addLabel
(Label label, ScraperTargetResponse scraperTargetResponse) Add the ScraperTarget label.Add the Task label.Add a label to a telegraf config.Add a label to a variable.LabelsApi.cloneLabel
(String clonedName, Label label) Clone a label.void
BucketsApi.deleteLabel
(Label label, Bucket bucket) Removes a label from a bucket.void
ChecksApi.deleteLabel
(Label label, Check check) Delete label from a check.void
DashboardsApi.deleteLabel
(Label label, Dashboard dashboard) Delete a label from a dashboard.void
LabelsApi.deleteLabel
(Label label) Delete a label.void
NotificationEndpointsApi.deleteLabel
(Label label, NotificationEndpoint endpoint) Delete label from a notification endpoint.void
NotificationRulesApi.deleteLabel
(Label label, NotificationRule notificationRule) Delete label from a notification rule.void
ScraperTargetsApi.deleteLabel
(Label label, ScraperTargetResponse scraperTargetResponse) Removes a label from a ScraperTarget.void
TasksApi.deleteLabel
(Label label, Task task) Removes a label from a Task.void
TelegrafsApi.deleteLabel
(Label label, Telegraf telegraf) Delete a label from a telegraf config.void
VariablesApi.deleteLabel
(Label label, Variable variable) Delete a label from a variable.LabelsApi.updateLabel
(Label label) Updates a label's properties. -
Uses of Label in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return LabelModifier and TypeMethodDescriptionLabelResponse.getLabel()
Get labelLabel.properties
(Map<String, String> properties) Label.putPropertiesItem
(String key, String propertiesItem) Methods in com.influxdb.client.domain that return types with arguments of type LabelModifier and TypeMethodDescriptionBucket.getLabels()
Get labelsCheckBase.getLabels()
Get labelsDashboard.getLabels()
Get labelsDashboardWithViewProperties.getLabels()
Get labelsLabelsResponse.getLabels()
Get labelsNotificationEndpointBase.getLabels()
Get labelsNotificationRuleBase.getLabels()
Get labelsTask.getLabels()
Get labelsTelegraf.getLabels()
Get labelsVariable.getLabels()
Get labelsMethods in com.influxdb.client.domain with parameters of type LabelModifier and TypeMethodDescriptionBucket.addLabelsItem
(Label labelsItem) CheckBase.addLabelsItem
(Label labelsItem) Dashboard.addLabelsItem
(Label labelsItem) DashboardWithViewProperties.addLabelsItem
(Label labelsItem) LabelsResponse.addLabelsItem
(Label labelsItem) NotificationEndpointBase.addLabelsItem
(Label labelsItem) NotificationRuleBase.addLabelsItem
(Label labelsItem) Task.addLabelsItem
(Label labelsItem) Telegraf.addLabelsItem
(Label labelsItem) Variable.addLabelsItem
(Label labelsItem) void
Method parameters in com.influxdb.client.domain with type arguments of type LabelModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void