Uses of Class
com.influxdb.client.domain.NotificationRule
Packages that use NotificationRule
-
Uses of NotificationRule in com.influxdb.client
Methods in com.influxdb.client that return NotificationRuleModifier and TypeMethodDescriptionNotificationRulesApi.createRule
(NotificationRule rule) Add a notification rule.NotificationRulesApi.findNotificationRuleByID
(String ruleID) Get a notification rule.NotificationRulesApi.updateNotificationRule
(NotificationRule notificationRule) Update a notification rule.NotificationRulesApi.updateNotificationRule
(String ruleID, NotificationRuleUpdate update) Update a notification rule.Methods in com.influxdb.client that return types with arguments of type NotificationRuleModifier and TypeMethodDescriptionNotificationRulesApi.findNotificationRules
(String orgID) Get notification rules.Methods in com.influxdb.client with parameters of type NotificationRuleModifier and TypeMethodDescriptionNotificationRulesApi.addLabel
(Label label, NotificationRule notificationRule) Add a label to a notification rule.NotificationRulesApi.createRule
(NotificationRule rule) Add a notification rule.void
NotificationRulesApi.deleteLabel
(Label label, NotificationRule notificationRule) Delete label from a notification rule.void
NotificationRulesApi.deleteNotificationRule
(NotificationRule notificationRule) Delete a notification rule.NotificationRulesApi.getLabels
(NotificationRule notificationRule) List all labels for a notification rule.NotificationRulesApi.updateNotificationRule
(NotificationRule notificationRule) Update a notification rule. -
Uses of NotificationRule in com.influxdb.client.domain
Subclasses of NotificationRule in com.influxdb.client.domainModifier and TypeClassDescriptionclass
HTTPNotificationRuleclass
HTTPNotificationRuleBaseclass
PagerDutyNotificationRuleclass
PagerDutyNotificationRuleBaseclass
SlackNotificationRuleclass
SlackNotificationRuleBaseclass
SMTPNotificationRuleclass
SMTPNotificationRuleBaseclass
TelegramNotificationRuleclass
TelegramNotificationRuleBaseMethods in com.influxdb.client.domain that return types with arguments of type NotificationRuleMethods in com.influxdb.client.domain with parameters of type NotificationRuleModifier and TypeMethodDescriptionNotificationRules.addNotificationRulesItem
(NotificationRule notificationRulesItem) Method parameters in com.influxdb.client.domain with type arguments of type NotificationRuleModifier and TypeMethodDescriptionNotificationRules.notificationRules
(List<NotificationRule> notificationRules) void
NotificationRules.setNotificationRules
(List<NotificationRule> notificationRules) -
Uses of NotificationRule in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type NotificationRuleModifier and TypeMethodDescriptionretrofit2.Call
<NotificationRule> NotificationRulesService.createNotificationRule
(NotificationRule notificationRule) Add a notification ruleretrofit2.Call
<NotificationRule> NotificationRulesService.getNotificationRulesID
(String ruleID, String zapTraceSpan) Retrieve a notification ruleretrofit2.Call
<NotificationRule> NotificationRulesService.patchNotificationRulesID
(String ruleID, NotificationRuleUpdate notificationRuleUpdate, String zapTraceSpan) Update a notification ruleretrofit2.Call
<NotificationRule> NotificationRulesService.putNotificationRulesID
(String ruleID, NotificationRule notificationRule, String zapTraceSpan) Update a notification ruleMethods in com.influxdb.client.service with parameters of type NotificationRuleModifier and TypeMethodDescriptionretrofit2.Call
<NotificationRule> NotificationRulesService.createNotificationRule
(NotificationRule notificationRule) Add a notification ruleretrofit2.Call
<NotificationRule> NotificationRulesService.putNotificationRulesID
(String ruleID, NotificationRule notificationRule, String zapTraceSpan) Update a notification rule