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