Uses of Class
com.influxdb.client.domain.LabelCreateRequest
Packages that use LabelCreateRequest
-
Uses of LabelCreateRequest in com.influxdb.client
Methods in com.influxdb.client with parameters of type LabelCreateRequestModifier and TypeMethodDescriptionLabelsApi.createLabel(LabelCreateRequest request) Create a label. -
Uses of LabelCreateRequest in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return LabelCreateRequestModifier and TypeMethodDescriptionLabelCreateRequest.properties(Map<String, String> properties) LabelCreateRequest.putPropertiesItem(String key, String propertiesItem) -
Uses of LabelCreateRequest in com.influxdb.client.service
Methods in com.influxdb.client.service with parameters of type LabelCreateRequestModifier and TypeMethodDescriptionretrofit2.Call<LabelResponse> LabelsService.postLabels(LabelCreateRequest labelCreateRequest) Create a label