public class PutIndexedScriptAction extends Action<PutIndexedScriptRequest,PutIndexedScriptResponse,PutIndexedScriptRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static PutIndexedScriptAction |
INSTANCE |
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
PutIndexedScriptRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
PutIndexedScriptResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final PutIndexedScriptAction INSTANCE
public static final String NAME
public PutIndexedScriptResponse newResponse()
GenericActionnewResponse in class GenericAction<PutIndexedScriptRequest,PutIndexedScriptResponse>public PutIndexedScriptRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<PutIndexedScriptRequest,PutIndexedScriptResponse,PutIndexedScriptRequestBuilder>client - An initialized ElasticsearchClientRequestBuilder instanceCopyright © 2009–2016. All rights reserved.