public interface ArchiveAsyncApi
ArchiveApi
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Archive> |
changeArchivePassword(String username,
String password) |
com.google.common.util.concurrent.ListenableFuture<Archive> |
createArchive(String username,
String password,
int size) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteArchive(String username) |
com.google.common.util.concurrent.ListenableFuture<Archive> |
getArchive(String username) |
com.google.common.util.concurrent.ListenableFuture<ArchiveAllowedArguments> |
getArchiveAllowedArguments() |
com.google.common.util.concurrent.ListenableFuture<Set<Archive>> |
listArchives() |
com.google.common.util.concurrent.ListenableFuture<Archive> |
resizeArchive(String username,
int size) |
com.google.common.util.concurrent.ListenableFuture<Set<Archive>> listArchives()
ArchiveApi.listArchives()
com.google.common.util.concurrent.ListenableFuture<Archive> createArchive(String username, String password, int size)
com.google.common.util.concurrent.ListenableFuture<Void> deleteArchive(String username)
com.google.common.util.concurrent.ListenableFuture<Archive> resizeArchive(String username, int size)
com.google.common.util.concurrent.ListenableFuture<Archive> changeArchivePassword(String username, String password)
com.google.common.util.concurrent.ListenableFuture<ArchiveAllowedArguments> getArchiveAllowedArguments()
Copyright © 2009-2012 jclouds. All Rights Reserved.