Uses of Class
org.jclouds.b2.domain.B2ObjectList
-
Packages that use B2ObjectList Package Description org.jclouds.b2.domain org.jclouds.b2.features -
-
Uses of B2ObjectList in org.jclouds.b2.domain
Methods in org.jclouds.b2.domain that return B2ObjectList Modifier and Type Method Description static B2ObjectList
B2ObjectList. create(List<B2ObjectList.Entry> files, String nextFileId, String nextFileName)
-
Uses of B2ObjectList in org.jclouds.b2.features
Methods in org.jclouds.b2.features that return B2ObjectList Modifier and Type Method Description B2ObjectList
ObjectApi. listFileNames(String bucketId, String startFileName, Integer maxFileCount)
Deprecated.B2ObjectList
ObjectApi. listFileNames(String bucketId, String startFileName, Integer maxFileCount, String prefix, String delimiter)
B2ObjectList
ObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount)
Deprecated.B2ObjectList
ObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount, String prefix, String delimiter)
-