Base URL: /file/filesystems
211212213214215216217
public BlockSnapshots blockSnapshots() { return new BlockSnapshots(this, client); } public FileSystems fileSystems() { return new FileSystems(this, client); }
196197198199200201202