Uses of Class
com.influxdb.client.domain.CheckPatch
Packages that use CheckPatch
-
Uses of CheckPatch in com.influxdb.client
Methods in com.influxdb.client with parameters of type CheckPatchModifier and TypeMethodDescriptionChecksApi.updateCheck
(String checkID, CheckPatch patch) Update a check. -
Uses of CheckPatch in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return CheckPatchModifier and TypeMethodDescriptionCheckPatch.description
(String description) CheckPatch.status
(CheckPatch.StatusEnum status) -
Uses of CheckPatch in com.influxdb.client.service
Methods in com.influxdb.client.service with parameters of type CheckPatchModifier and TypeMethodDescriptionretrofit2.Call
<Check> ChecksService.patchChecksID
(String checkID, CheckPatch checkPatch, String zapTraceSpan) Update a check