public interface GridImageAsyncClient
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<ServerImage> | 
deleteById(long id)  | 
com.google.common.util.concurrent.ListenableFuture<ServerImage> | 
editImageDescription(String idOrName,
                    String newDescription)  | 
com.google.common.util.concurrent.ListenableFuture<ServerImage> | 
editImageFriendlyName(String idOrName,
                     String newFriendlyName)  | 
com.google.common.util.concurrent.ListenableFuture<Set<Option>> | 
getDatacenters()  | 
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> | 
getImageList(GetImageListOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> | 
getImagesById(Long... ids)  | 
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> | 
getImagesByName(String... names)  | 
com.google.common.util.concurrent.ListenableFuture<ServerImage> | 
saveImageFromServer(String friendlyName,
                   String idOrName,
                   SaveImageOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> getImageList(GetImageListOptions... options)
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> getImagesById(Long... ids)
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> getImagesByName(String... names)
com.google.common.util.concurrent.ListenableFuture<ServerImage> editImageDescription(String idOrName, String newDescription)
com.google.common.util.concurrent.ListenableFuture<ServerImage> editImageFriendlyName(String idOrName, String newFriendlyName)
com.google.common.util.concurrent.ListenableFuture<Set<Option>> getDatacenters()
GridImageClient.getDatacenters()com.google.common.util.concurrent.ListenableFuture<ServerImage> deleteById(long id)
GridImageClient#deleteById(Long)com.google.common.util.concurrent.ListenableFuture<ServerImage> saveImageFromServer(String friendlyName, String idOrName, SaveImageOptions... options)
Copyright © 2009-2013 jclouds. All Rights Reserved.