public class UpdateAction extends Action<UpdateRequest,UpdateResponse,UpdateRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static UpdateAction |
INSTANCE |
static java.lang.String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
UpdateRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
UpdateResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final UpdateAction INSTANCE
public static final java.lang.String NAME
public UpdateResponse newResponse()
GenericActionnewResponse in class GenericAction<UpdateRequest,UpdateResponse>public UpdateRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<UpdateRequest,UpdateResponse,UpdateRequestBuilder>