Uses of Class
org.jclouds.digitalocean2.compute.internal.ImageInRegion
-
Packages that use ImageInRegion Package Description org.jclouds.digitalocean2.compute org.jclouds.digitalocean2.compute.functions org.jclouds.digitalocean2.compute.internal -
-
Uses of ImageInRegion in org.jclouds.digitalocean2.compute
Methods in org.jclouds.digitalocean2.compute that return ImageInRegion Modifier and Type Method Description ImageInRegion
DigitalOcean2ComputeServiceAdapter. getImage(String id)
Methods in org.jclouds.digitalocean2.compute that return types with arguments of type ImageInRegion Modifier and Type Method Description Iterable<ImageInRegion>
DigitalOcean2ComputeServiceAdapter. listImages()
-
Uses of ImageInRegion in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions with parameters of type ImageInRegion Modifier and Type Method Description Image
ImageInRegionToImage. apply(ImageInRegion input)
-
Uses of ImageInRegion in org.jclouds.digitalocean2.compute.internal
Methods in org.jclouds.digitalocean2.compute.internal that return ImageInRegion Modifier and Type Method Description static ImageInRegion
ImageInRegion. create(Image image, String region)
Methods in org.jclouds.digitalocean2.compute.internal with parameters of type ImageInRegion Modifier and Type Method Description static String
ImageInRegion. encodeId(ImageInRegion imageInRegion)
-