Uses of Class
org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequestBuilder
-
Packages that use PutStoredScriptRequestBuilder Package Description org.elasticsearch.action.admin.cluster.storedscripts org.elasticsearch.client -
-
Uses of PutStoredScriptRequestBuilder in org.elasticsearch.action.admin.cluster.storedscripts
Methods in org.elasticsearch.action.admin.cluster.storedscripts that return PutStoredScriptRequestBuilder Modifier and Type Method Description PutStoredScriptRequestBuilderPutStoredScriptRequestBuilder. setContent(BytesReference source, XContentType xContentType)Set the source of the script along with the content type of the sourcePutStoredScriptRequestBuilderPutStoredScriptRequestBuilder. setId(String id) -
Uses of PutStoredScriptRequestBuilder in org.elasticsearch.client
Methods in org.elasticsearch.client that return PutStoredScriptRequestBuilder Modifier and Type Method Description PutStoredScriptRequestBuilderClusterAdminClient. preparePutStoredScript()Store a script in the cluster state
-