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) |
@Named(value="archive:list") com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<Archive>> list()
ArchiveApi.list()
@Named(value="archive:details") com.google.common.util.concurrent.ListenableFuture<Archive> get(String username)
ArchiveApi.get(java.lang.String)
@Named(value="archive:create") com.google.common.util.concurrent.ListenableFuture<Archive> createWithCredentialsAndSize(String username, String password, int size)
@Named(value="archive:delete") com.google.common.util.concurrent.ListenableFuture<Void> delete(String username)
ArchiveApi.delete(java.lang.String)
@Named(value="archive:resize") com.google.common.util.concurrent.ListenableFuture<Archive> resize(String username, int size)
@Named(value="archive:changepassword") com.google.common.util.concurrent.ListenableFuture<Archive> changePassword(String username, String password)
@Named(value="archive:allowedarguments") com.google.common.util.concurrent.ListenableFuture<ArchiveAllowedArguments> getAllowedArguments()
ArchiveApi.getAllowedArguments()
Copyright © 2009-2013 jclouds. All Rights Reserved.