public interface CDNContainerAsyncApi
ExecutionException as documented in
 Future.get().HPCloudObjectStorageApi, 
HP Cloud Object
      Storage API| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> | 
disable(String container)  | 
com.google.common.util.concurrent.ListenableFuture<URI> | 
enable(String container)  | 
com.google.common.util.concurrent.ListenableFuture<URI> | 
enable(String container,
      long ttl)  | 
com.google.common.util.concurrent.ListenableFuture<CDNContainer> | 
get(String container)  | 
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<CDNContainer>> | 
list()  | 
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<CDNContainer>> | 
list(ListCDNContainerOptions options)  | 
com.google.common.util.concurrent.ListenableFuture<URI> | 
update(String container,
      long ttl)  | 
@Beta com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<CDNContainer>> list()
HPCloudObjectStorageApi#list()@Beta com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<CDNContainer>> list(ListCDNContainerOptions options)
HPCloudObjectStorageApi#list(ListCDNContainerOptions)@Beta com.google.common.util.concurrent.ListenableFuture<CDNContainer> get(String container)
HPCloudObjectStorageApi#get(String)@Beta com.google.common.util.concurrent.ListenableFuture<URI> enable(String container, @HeaderParam(value="X-Ttl") long ttl)
HPCloudObjectStorageApi#enable(String, long)@Beta com.google.common.util.concurrent.ListenableFuture<URI> enable(String container)
HPCloudObjectStorageApi#enable(String)@Beta com.google.common.util.concurrent.ListenableFuture<URI> update(String container, @HeaderParam(value="X-Ttl") long ttl)
HPCloudObjectStorageApi#update(String, long)Copyright © 2009-2013 jclouds. All Rights Reserved.