326327328329330331332
execute(CreateSnapshotAction.INSTANCE, request, listener); } @Override public CreateSnapshotRequestBuilder prepareCreateSnapshot(String repository, String name) { return new CreateSnapshotRequestBuilder(this, repository, name); }