Package org.jclouds.blobstore.strategy
Interface ListBlobsInContainer
-
- All Known Implementing Classes:
ListContainerAndRecurseThroughFolders
public interface ListBlobsInContainer
Lists the blobstore.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<? extends BlobMetadata>
execute(String containerName, ListContainerOptions options)
-
-
-
Method Detail
-
execute
Set<? extends BlobMetadata> execute(String containerName, ListContainerOptions options)
-
-