public class RestoreSnapshotAction extends Action<RestoreSnapshotRequest,RestoreSnapshotResponse,RestoreSnapshotRequestBuilder>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static RestoreSnapshotAction |
INSTANCE |
static String |
NAME |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RestoreSnapshotRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
RestoreSnapshotResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final RestoreSnapshotAction INSTANCE
public RestoreSnapshotResponse newResponse()
GenericActionpublic RestoreSnapshotRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder クラス内 Action<RestoreSnapshotRequest,RestoreSnapshotResponse,RestoreSnapshotRequestBuilder>client - An initialized ElasticsearchClientRequestBuilder instanceCopyright © 2009–2016. All rights reserved.