Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotAction
-
Packages that use CreateSnapshotAction Package Description org.elasticsearch.action.admin.cluster.snapshots.create -
-
Uses of CreateSnapshotAction in org.elasticsearch.action.admin.cluster.snapshots.create
Fields in org.elasticsearch.action.admin.cluster.snapshots.create declared as CreateSnapshotAction Modifier and Type Field Description static CreateSnapshotActionCreateSnapshotAction. INSTANCEConstructors in org.elasticsearch.action.admin.cluster.snapshots.create with parameters of type CreateSnapshotAction Constructor Description CreateSnapshotRequestBuilder(ElasticsearchClient client, CreateSnapshotAction action)Constructs a new create snapshot request builderCreateSnapshotRequestBuilder(ElasticsearchClient client, CreateSnapshotAction action, String repository, String snapshot)Constructs a new create snapshot request builder with specified repository and snapshot names
-