Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequestBuilder
-
Packages that use DeleteSnapshotRequestBuilder Package Description org.elasticsearch.action.admin.cluster.snapshots.delete org.elasticsearch.client -
-
Uses of DeleteSnapshotRequestBuilder in org.elasticsearch.action.admin.cluster.snapshots.delete
Methods in org.elasticsearch.action.admin.cluster.snapshots.delete that return DeleteSnapshotRequestBuilder Modifier and Type Method Description DeleteSnapshotRequestBuilderDeleteSnapshotRequestBuilder. setRepository(String repository)Sets the repository nameDeleteSnapshotRequestBuilderDeleteSnapshotRequestBuilder. setSnapshot(String snapshot)Sets the snapshot name -
Uses of DeleteSnapshotRequestBuilder in org.elasticsearch.client
Methods in org.elasticsearch.client that return DeleteSnapshotRequestBuilder Modifier and Type Method Description DeleteSnapshotRequestBuilderClusterAdminClient. prepareDeleteSnapshot(String repository, String snapshot)Delete snapshot.
-