Uses of Class
com.influxdb.client.domain.LabelUpdate
Packages that use LabelUpdate
-
Uses of LabelUpdate in com.influxdb.client
Methods in com.influxdb.client with parameters of type LabelUpdateModifier and TypeMethodDescriptionLabelsApi.updateLabel
(String labelID, LabelUpdate labelUpdate) Update a single label. -
Uses of LabelUpdate in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return LabelUpdateModifier and TypeMethodDescriptionLabelUpdate.properties
(Map<String, String> properties) LabelUpdate.putPropertiesItem
(String key, String propertiesItem) -
Uses of LabelUpdate in com.influxdb.client.service
Methods in com.influxdb.client.service with parameters of type LabelUpdateModifier and TypeMethodDescriptionretrofit2.Call
<LabelResponse> LabelsService.patchLabelsID
(String labelID, LabelUpdate labelUpdate, String zapTraceSpan) Update a label