| Package | Description |
|---|---|
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
DBRP |
DBRP._default(Boolean _default) |
DBRP |
DBRP.bucketID(String bucketID) |
DBRP |
DBRP.database(String database) |
DBRP |
DBRP.links(Links links) |
DBRP |
DBRP.org(String org) |
DBRP |
DBRP.orgID(String orgID) |
DBRP |
DBRP.retentionPolicy(String retentionPolicy) |
| Modifier and Type | Method and Description |
|---|---|
List<DBRP> |
DBRPs.getNotificationEndpoints()
Get notificationEndpoints
|
| Modifier and Type | Method and Description |
|---|---|
DBRPs |
DBRPs.addNotificationEndpointsItem(DBRP notificationEndpointsItem) |
| Modifier and Type | Method and Description |
|---|---|
DBRPs |
DBRPs.notificationEndpoints(List<DBRP> notificationEndpoints) |
void |
DBRPs.setNotificationEndpoints(List<DBRP> notificationEndpoints) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<DBRP> |
DbrPsService.getDBRPsID(String dbrpID,
String orgID,
String zapTraceSpan)
Retrieve a database retention policy mapping
|
retrofit2.Call<DBRP> |
DbrPsService.patchDBRPID(String dbrpID,
String orgID,
DBRPUpdate dbRPUpdate,
String zapTraceSpan)
Update a database retention policy mapping
|
retrofit2.Call<DBRP> |
DbrPsService.postDBRP(DBRP DBRP,
String zapTraceSpan)
Add a database retention policy mapping
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<DBRP> |
DbrPsService.postDBRP(DBRP DBRP,
String zapTraceSpan)
Add a database retention policy mapping
|
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.