Uses of Class
org.jclouds.slicehost.domain.Backup

Packages that use Backup
org.jclouds.slicehost   
org.jclouds.slicehost.xml   
 

Uses of Backup in org.jclouds.slicehost
 

Methods in org.jclouds.slicehost that return Backup
 Backup SlicehostClient.getBackup(int id)
           
 

Methods in org.jclouds.slicehost that return types with arguments of type Backup
 com.google.common.util.concurrent.ListenableFuture<Backup> SlicehostAsyncClient.getBackup(int id)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Backup>> SlicehostAsyncClient.listBackups()
           
 Set<Backup> SlicehostClient.listBackups()
           
 

Uses of Backup in org.jclouds.slicehost.xml
 

Methods in org.jclouds.slicehost.xml that return Backup
 Backup BackupHandler.getResult()
           
 

Methods in org.jclouds.slicehost.xml that return types with arguments of type Backup
 Set<? extends Backup> BackupsHandler.getResult()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.