public interface ArchiveAsyncApi
ArchiveApi, 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Archive> | 
changePassword(String username,
              String password)  | 
com.google.common.util.concurrent.ListenableFuture<Archive> | 
createWithCredentialsAndSize(String username,
                            String password,
                            int size)  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
delete(String username)  | 
com.google.common.util.concurrent.ListenableFuture<Archive> | 
get(String username)  | 
com.google.common.util.concurrent.ListenableFuture<ArchiveAllowedArguments> | 
getAllowedArguments()  | 
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<Archive>> | 
list()  | 
com.google.common.util.concurrent.ListenableFuture<Archive> | 
resize(String username,
      int size)  | 
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<Archive>> list()
ArchiveApi.list()com.google.common.util.concurrent.ListenableFuture<Archive> get(String username)
ArchiveApi.get(java.lang.String)com.google.common.util.concurrent.ListenableFuture<Archive> createWithCredentialsAndSize(String username, String password, int size)
com.google.common.util.concurrent.ListenableFuture<Void> delete(String username)
ArchiveApi.delete(java.lang.String)com.google.common.util.concurrent.ListenableFuture<Archive> resize(String username, int size)
com.google.common.util.concurrent.ListenableFuture<Archive> changePassword(String username, String password)
com.google.common.util.concurrent.ListenableFuture<ArchiveAllowedArguments> getAllowedArguments()
ArchiveApi.getAllowedArguments()Copyright © 2009-2013 jclouds. All Rights Reserved.