Package org.jclouds.blobstore.strategy
Interface ClearListStrategy
-
- All Known Implementing Classes:
DeleteAllKeysInList
public interface ClearListStrategy
Clears a container
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(String containerName, ListContainerOptions options)
-
-
-
Method Detail
-
execute
void execute(String containerName, ListContainerOptions options)
-
-