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