com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Container>> |
ContainerAsyncApi.list() |
com.google.common.collect.FluentIterable<? extends Container> |
ContainerApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Container>> |
ContainerAsyncApi.list(ListContainersOptions options) |
com.google.common.collect.FluentIterable<? extends Container> |
ContainerApi.list(ListContainersOptions options)
retrieve a list of existing storage containers ordered by name.
|