Uses of Class
org.elasticsearch.client.RequestOptions.Builder
-
Packages that use RequestOptions.Builder Package Description org.elasticsearch.client -
-
Uses of RequestOptions.Builder in org.elasticsearch.client
Methods in org.elasticsearch.client that return RequestOptions.Builder Modifier and Type Method Description RequestOptions.BuilderRequestOptions.Builder. addHeader(String name, String value)Add the provided header to the request.RequestOptions.BuilderRequestOptions. toBuilder()Create a builder that contains these options but can be modified.Methods in org.elasticsearch.client with parameters of type RequestOptions.Builder Modifier and Type Method Description voidRequest. setOptions(RequestOptions.Builder options)Set the portion of an HTTP request to Elasticsearch that can be manipulated without changing Elasticsearch's behavior.
-