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