Uses of Class
com.influxdb.client.domain.NotificationEndpoint
-
Uses of NotificationEndpoint in com.influxdb.client
Modifier and TypeMethodDescriptionNotificationEndpointsApi.createEndpoint
(NotificationEndpoint notificationEndpoint) Add new notification endpoint.NotificationEndpointsApi.findNotificationEndpointByID
(String endpointID) Get a notification endpoint.NotificationEndpointsApi.updateEndpoint
(NotificationEndpoint notificationEndpoint) Update a notification endpoint.NotificationEndpointsApi.updateEndpoint
(String endpointID, NotificationEndpointUpdate notificationEndpointUpdate) Update a notification endpoint.Modifier and TypeMethodDescriptionNotificationEndpointsApi.findNotificationEndpoints
(String orgID) Get notification endpoints.Modifier and TypeMethodDescriptionNotificationEndpointsApi.addLabel
(Label label, NotificationEndpoint endpoint) Add a label to a notification endpoint.NotificationEndpointsApi.createEndpoint
(NotificationEndpoint notificationEndpoint) Add new notification endpoint.void
NotificationEndpointsApi.deleteLabel
(Label label, NotificationEndpoint endpoint) Delete label from a notification endpoint.void
NotificationEndpointsApi.deleteNotificationEndpoint
(NotificationEndpoint notificationEndpoint) Delete a notification endpoint.NotificationEndpointsApi.getLabels
(NotificationEndpoint endpoint) List all labels for a notification endpoint.NotificationEndpointsApi.updateEndpoint
(NotificationEndpoint notificationEndpoint) Update a notification endpoint. -
Uses of NotificationEndpoint in com.influxdb.client.domain
Modifier and TypeClassDescriptionclass
HTTPNotificationEndpointclass
PagerDutyNotificationEndpointclass
SlackNotificationEndpointclass
TelegramNotificationEndpointModifier and TypeMethodDescriptionNotificationEndpoints.getNotificationEndpoints()
Get notificationEndpointsModifier and TypeMethodDescriptionNotificationEndpoints.addNotificationEndpointsItem
(NotificationEndpoint notificationEndpointsItem) Modifier and TypeMethodDescriptionNotificationEndpoints.notificationEndpoints
(List<NotificationEndpoint> notificationEndpoints) void
NotificationEndpoints.setNotificationEndpoints
(List<NotificationEndpoint> notificationEndpoints) -
Uses of NotificationEndpoint in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.Call
<NotificationEndpoint> NotificationEndpointsService.createNotificationEndpoint
(NotificationEndpoint notificationEndpoint) Add a notification endpointretrofit2.Call
<NotificationEndpoint> NotificationEndpointsService.getNotificationEndpointsID
(String endpointID, String zapTraceSpan) Retrieve a notification endpointretrofit2.Call
<NotificationEndpoint> NotificationEndpointsService.patchNotificationEndpointsID
(String endpointID, NotificationEndpointUpdate notificationEndpointUpdate, String zapTraceSpan) Update a notification endpointretrofit2.Call
<NotificationEndpoint> NotificationEndpointsService.putNotificationEndpointsID
(String endpointID, NotificationEndpoint notificationEndpoint, String zapTraceSpan) Update a notification endpointModifier and TypeMethodDescriptionretrofit2.Call
<NotificationEndpoint> NotificationEndpointsService.createNotificationEndpoint
(NotificationEndpoint notificationEndpoint) Add a notification endpointretrofit2.Call
<NotificationEndpoint> NotificationEndpointsService.putNotificationEndpointsID
(String endpointID, NotificationEndpoint notificationEndpoint, String zapTraceSpan) Update a notification endpoint