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