public interface ImageApi extends Closeable
Image get(int id)
id - The id of the image to get.null if no image exists
with the given id.void delete(int id)
id - The id of the key pair.int transfer(int id,
int regionId)
id - The id of the image to transfer.regionId - The id of the region to which the image will be
transferred.Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.