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