Uses of Class
com.influxdb.client.domain.NotificationRuleUpdate
Packages that use NotificationRuleUpdate
-
Uses of NotificationRuleUpdate in com.influxdb.client
Methods in com.influxdb.client with parameters of type NotificationRuleUpdateModifier and TypeMethodDescriptionNotificationRulesApi.updateNotificationRule
(String ruleID, NotificationRuleUpdate update) Update a notification rule. -
Uses of NotificationRuleUpdate in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return NotificationRuleUpdateModifier and TypeMethodDescriptionNotificationRuleUpdate.description
(String description) NotificationRuleUpdate.status
(NotificationRuleUpdate.StatusEnum status) -
Uses of NotificationRuleUpdate in com.influxdb.client.service
Methods in com.influxdb.client.service with parameters of type NotificationRuleUpdateModifier and TypeMethodDescriptionretrofit2.Call
<NotificationRule> NotificationRulesService.patchNotificationRulesID
(String ruleID, NotificationRuleUpdate notificationRuleUpdate, String zapTraceSpan) Update a notification rule