Uses of Class
org.jclouds.profitbricks.domain.Image
-
Packages that use Image Package Description org.jclouds.profitbricks.domain org.jclouds.profitbricks.features org.jclouds.profitbricks.http.parser.image -
-
Uses of Image in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return Image Modifier and Type Method Description abstract Image
Image.Builder. build()
-
Uses of Image in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features that return Image Modifier and Type Method Description Image
ImageApi. getImage(String identifier)
Methods in org.jclouds.profitbricks.features that return types with arguments of type Image Modifier and Type Method Description List<Image>
ImageApi. getAllImages()
-
Uses of Image in org.jclouds.profitbricks.http.parser.image
Methods in org.jclouds.profitbricks.http.parser.image that return Image Modifier and Type Method Description Image
ImageInfoResponseHandler. getResult()
Methods in org.jclouds.profitbricks.http.parser.image that return types with arguments of type Image Modifier and Type Method Description List<Image>
ImageListResponseHandler. getResult()
-