Uses of Class
edu.wisc.library.ocfl.core.storage.cloud.ListResult
-
Packages that use ListResult Package Description edu.wisc.library.ocfl.core.storage.cloud -
-
Uses of ListResult in edu.wisc.library.ocfl.core.storage.cloud
Methods in edu.wisc.library.ocfl.core.storage.cloud that return ListResult Modifier and Type Method Description ListResultCloudClient. list(String prefix)Lists all of the keys under a prefix.ListResultCloudClient. listDirectory(String path)Lists all of the keys within a virtual directory.ListResultListResult. setDirectories(List<ListResult.DirectoryListing> directories)ListResultListResult. setObjects(List<ListResult.ObjectListing> objects)
-