Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotAction
-
Packages that use DeleteSnapshotAction Package Description org.elasticsearch.action.admin.cluster.snapshots.delete -
-
Uses of DeleteSnapshotAction in org.elasticsearch.action.admin.cluster.snapshots.delete
Fields in org.elasticsearch.action.admin.cluster.snapshots.delete declared as DeleteSnapshotAction Modifier and Type Field Description static DeleteSnapshotActionDeleteSnapshotAction. INSTANCEConstructors in org.elasticsearch.action.admin.cluster.snapshots.delete with parameters of type DeleteSnapshotAction Constructor Description DeleteSnapshotRequestBuilder(ElasticsearchClient client, DeleteSnapshotAction action)Constructs delete snapshot request builderDeleteSnapshotRequestBuilder(ElasticsearchClient client, DeleteSnapshotAction action, String repository, String snapshot)Constructs delete snapshot request builder with specified repository and snapshot names
-