org.jclouds.ec2.compute.strategy
Class EC2GetImageStrategy
java.lang.Object
org.jclouds.ec2.compute.strategy.EC2GetImageStrategy
- All Implemented Interfaces:
- GetImageStrategy
@Singleton
public class EC2GetImageStrategy
- extends Object
- implements GetImageStrategy
- Author:
- Adrian Cole
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EC2GetImageStrategy
@Inject
protected EC2GetImageStrategy(EC2Client client,
com.google.common.base.Function<Image,Image> imageToImage)
getImage
public Image getImage(String id)
- Specified by:
getImage in interface GetImageStrategy
getImageInRegion
public Image getImageInRegion(String region,
String id)
Copyright © 2009-2012 jclouds. All Rights Reserved.