Uses of Class
com.influxdb.client.domain.NotificationEndpoint
Packages that use NotificationEndpoint
-
Uses of NotificationEndpoint in com.influxdb.client
Methods in com.influxdb.client that return NotificationEndpointModifier 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.Methods in com.influxdb.client that return types with arguments of type NotificationEndpointModifier and TypeMethodDescriptionNotificationEndpointsApi.findNotificationEndpoints
(String orgID) Get notification endpoints.Methods in com.influxdb.client with parameters of type NotificationEndpointModifier 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
Subclasses of NotificationEndpoint in com.influxdb.client.domainModifier and TypeClassDescriptionclass
HTTPNotificationEndpointclass
PagerDutyNotificationEndpointclass
SlackNotificationEndpointclass
TelegramNotificationEndpointMethods in com.influxdb.client.domain that return types with arguments of type NotificationEndpointModifier and TypeMethodDescriptionNotificationEndpoints.getNotificationEndpoints()
Get notificationEndpointsMethods in com.influxdb.client.domain with parameters of type NotificationEndpointModifier and TypeMethodDescriptionNotificationEndpoints.addNotificationEndpointsItem
(NotificationEndpoint notificationEndpointsItem) Method parameters in com.influxdb.client.domain with type arguments of type NotificationEndpointModifier and TypeMethodDescriptionNotificationEndpoints.notificationEndpoints
(List<NotificationEndpoint> notificationEndpoints) void
NotificationEndpoints.setNotificationEndpoints
(List<NotificationEndpoint> notificationEndpoints) -
Uses of NotificationEndpoint in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type NotificationEndpointModifier 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 endpointMethods in com.influxdb.client.service with parameters of type NotificationEndpointModifier 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