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