357358359360361362363
execute(DeleteSnapshotAction.INSTANCE, request, listener); } @Override public DeleteSnapshotRequestBuilder prepareDeleteSnapshot(String repository, String name) { return new DeleteSnapshotRequestBuilder(this, repository, name); }