| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
HTTPNotificationEndpoint |
NotificationEndpointsApi.createHTTPEndpoint(String name,
String url,
HTTPNotificationEndpoint.MethodEnum method,
String orgID)
Add new HTTP notification endpoint without authentication.
|
HTTPNotificationEndpoint |
NotificationEndpointsApi.createHTTPEndpointBasicAuth(String name,
String url,
HTTPNotificationEndpoint.MethodEnum method,
String username,
String password,
String orgID)
Add new HTTP notification endpoint with Http Basic authentication.
|
HTTPNotificationEndpoint |
NotificationEndpointsApi.createHTTPEndpointBearer(String name,
String url,
HTTPNotificationEndpoint.MethodEnum method,
String token,
String orgID)
Add new HTTP notification endpoint with Bearer authentication.
|
| Modifier and Type | Method and Description |
|---|---|
static HTTPNotificationEndpoint.MethodEnum |
HTTPNotificationEndpoint.MethodEnum.fromValue(String text) |
HTTPNotificationEndpoint.MethodEnum |
HTTPNotificationEndpoint.getMethod()
Get method
|
HTTPNotificationEndpoint.MethodEnum |
HTTPNotificationEndpoint.MethodEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static HTTPNotificationEndpoint.MethodEnum |
HTTPNotificationEndpoint.MethodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPNotificationEndpoint.MethodEnum[] |
HTTPNotificationEndpoint.MethodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPNotificationEndpoint |
HTTPNotificationEndpoint.method(HTTPNotificationEndpoint.MethodEnum method) |
void |
HTTPNotificationEndpoint.setMethod(HTTPNotificationEndpoint.MethodEnum method) |
void |
HTTPNotificationEndpoint.MethodEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
HTTPNotificationEndpoint.MethodEnum enumeration) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.