Uses of Class
com.influxdb.client.domain.Script
Packages that use Script
-
Uses of Script in com.influxdb.client
Methods in com.influxdb.client that return ScriptModifier and TypeMethodDescriptionInvokableScriptsApi.createScript
(ScriptCreateRequest createRequest) Create a script.InvokableScriptsApi.updateScript
(String scriptId, ScriptUpdateRequest updateRequest) Update a script.Methods in com.influxdb.client that return types with arguments of type ScriptModifier and TypeMethodDescriptionInvokableScriptsApi.findScripts()
List scripts.InvokableScriptsApi.findScripts
(InvokableScriptsQuery query) List scripts. -
Uses of Script in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return ScriptModifier and TypeMethodDescriptionScript.description
(String description) Script.language
(ScriptLanguage language) Methods in com.influxdb.client.domain that return types with arguments of type ScriptMethods in com.influxdb.client.domain with parameters of type ScriptMethod parameters in com.influxdb.client.domain with type arguments of type Script -
Uses of Script in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type ScriptModifier and TypeMethodDescriptionretrofit2.Call
<Script> InvokableScriptsService.getScriptsID
(String scriptID) Retrieve a script Uses script ID to retrieve details of an invokable script.retrofit2.Call
<Script> InvokableScriptsService.patchScriptsID
(String scriptID, ScriptUpdateRequest scriptUpdateRequest) Update a script Updates properties (`name`, `description`, and `script`) of an invokable script.retrofit2.Call
<Script> InvokableScriptsService.postScripts
(ScriptCreateRequest scriptCreateRequest) Create a script