| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
Label |
LabelsApi.updateLabel(String labelID,
LabelUpdate labelUpdate)
Update a single label.
|
| Modifier and Type | Method and Description |
|---|---|
LabelUpdate |
LabelUpdate.name(String name) |
LabelUpdate |
LabelUpdate.properties(Map<String,String> properties) |
LabelUpdate |
LabelUpdate.putPropertiesItem(String key,
String propertiesItem) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<LabelResponse> |
LabelsService.patchLabelsID(String labelID,
LabelUpdate labelUpdate,
String zapTraceSpan)
Update a label
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.