public class RestoreSnapshotAction extends ClusterAction<RestoreSnapshotRequest,RestoreSnapshotResponse,RestoreSnapshotRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static RestoreSnapshotAction |
INSTANCE |
static String |
NAME |
Modifier and Type | Method and Description |
---|---|
RestoreSnapshotRequestBuilder |
newRequestBuilder(ClusterAdminClient client)
Creates a new request builder given the client provided as argument
|
RestoreSnapshotResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptions
public static final RestoreSnapshotAction INSTANCE
public static final String NAME
public RestoreSnapshotResponse newResponse()
GenericAction
newResponse
in class GenericAction<RestoreSnapshotRequest,RestoreSnapshotResponse>
public RestoreSnapshotRequestBuilder newRequestBuilder(ClusterAdminClient client)
Action
newRequestBuilder
in class Action<RestoreSnapshotRequest,RestoreSnapshotResponse,RestoreSnapshotRequestBuilder,ClusterAdminClient>
Copyright © 2009–2015. All rights reserved.