| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
NotificationRule |
NotificationRulesApi.updateNotificationRule(String ruleID,
NotificationRuleUpdate update)
Update a notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationRuleUpdate |
NotificationRuleUpdate.description(String description) |
NotificationRuleUpdate |
NotificationRuleUpdate.name(String name) |
NotificationRuleUpdate |
NotificationRuleUpdate.status(NotificationRuleUpdate.StatusEnum status) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<NotificationRule> |
NotificationRulesService.patchNotificationRulesID(String ruleID,
NotificationRuleUpdate notificationRuleUpdate,
String zapTraceSpan)
Update a notification rule
|
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.