Uses of Class
com.influxdb.client.domain.NotificationEndpointUpdate
Packages that use NotificationEndpointUpdate
-
Uses of NotificationEndpointUpdate in com.influxdb.client
Methods in com.influxdb.client with parameters of type NotificationEndpointUpdateModifier and TypeMethodDescriptionNotificationEndpointsApi.updateEndpoint
(String endpointID, NotificationEndpointUpdate notificationEndpointUpdate) Update a notification endpoint. -
Uses of NotificationEndpointUpdate in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return NotificationEndpointUpdateModifier and TypeMethodDescriptionNotificationEndpointUpdate.description
(String description) NotificationEndpointUpdate.status
(NotificationEndpointUpdate.StatusEnum status) -
Uses of NotificationEndpointUpdate in com.influxdb.client.service
Methods in com.influxdb.client.service with parameters of type NotificationEndpointUpdateModifier and TypeMethodDescriptionretrofit2.Call
<NotificationEndpoint> NotificationEndpointsService.patchNotificationEndpointsID
(String endpointID, NotificationEndpointUpdate notificationEndpointUpdate, String zapTraceSpan) Update a notification endpoint