Base URL: /file/snapshots
215216217218219220221
public FileSystems fileSystems() { return new FileSystems(this, client); } public FileSnapshots fileSnapshots() { return new FileSnapshots(this, client); }
200201202203204205206