| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
NotificationEndpoint |
NotificationEndpointsApi.updateEndpoint(String endpointID,
NotificationEndpointUpdate notificationEndpointUpdate)
Update a notification endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationEndpointUpdate |
NotificationEndpointUpdate.description(String description) |
NotificationEndpointUpdate |
NotificationEndpointUpdate.name(String name) |
NotificationEndpointUpdate |
NotificationEndpointUpdate.status(NotificationEndpointUpdate.StatusEnum status) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<NotificationEndpoint> |
NotificationEndpointsService.patchNotificationEndpointsID(String endpointID,
NotificationEndpointUpdate notificationEndpointUpdate,
String zapTraceSpan)
Update a notification endpoint
|
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.