public class SnapshotsStatusAction extends Action<SnapshotsStatusRequest,SnapshotsStatusResponse,SnapshotsStatusRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static SnapshotsStatusAction |
INSTANCE |
static java.lang.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, transportOptions
public static final SnapshotsStatusAction INSTANCE
public static final java.lang.String NAME
public SnapshotsStatusResponse newResponse()
GenericAction
newResponse
in class GenericAction<SnapshotsStatusRequest,SnapshotsStatusResponse>
public SnapshotsStatusRequestBuilder newRequestBuilder(ElasticsearchClient client)
Action
newRequestBuilder
in class Action<SnapshotsStatusRequest,SnapshotsStatusResponse,SnapshotsStatusRequestBuilder>