Class ImageInRegionToImage
- java.lang.Object
-
- org.jclouds.digitalocean2.compute.functions.ImageInRegionToImage
-
- All Implemented Interfaces:
com.google.common.base.Function<ImageInRegion,Image>,Function<ImageInRegion,Image>
@Singleton public class ImageInRegionToImage extends Object implements com.google.common.base.Function<ImageInRegion,Image>
Transforms anImageInRegionto the jclouds portable model.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Imageapply(ImageInRegion input)protected LocationgetLocation(String region)
-
-
-
Method Detail
-
apply
public Image apply(ImageInRegion input)
- Specified by:
applyin interfacecom.google.common.base.Function<ImageInRegion,Image>- Specified by:
applyin interfaceFunction<ImageInRegion,Image>
-
-