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