Uses of Class
org.jclouds.digitalocean.domain.Image

Packages that use Image
org.jclouds.digitalocean.compute.functions   
org.jclouds.digitalocean.compute.strategy   
org.jclouds.digitalocean.features   
 

Uses of Image in org.jclouds.digitalocean.compute.functions
 

Methods in org.jclouds.digitalocean.compute.functions with parameters of type Image
 org.jclouds.compute.domain.Image ImageToImage.apply(Image input)
           
 

Uses of Image in org.jclouds.digitalocean.compute.strategy
 

Methods in org.jclouds.digitalocean.compute.strategy that return Image
 Image DigitalOceanComputeServiceAdapter.getImage(String id)
           
 

Methods in org.jclouds.digitalocean.compute.strategy that return types with arguments of type Image
 Iterable<Image> DigitalOceanComputeServiceAdapter.listImages()
           
 

Uses of Image in org.jclouds.digitalocean.features
 

Methods in org.jclouds.digitalocean.features that return Image
 Image ImageApi.get(int id)
          Gets the details of the given image.
 

Methods in org.jclouds.digitalocean.features that return types with arguments of type Image
 List<Image> ImageApi.list()
          Lists all available images.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.