@Deprecated public interface AWSAMIClient extends org.jclouds.ec2.services.AMIClient
| Modifier and Type | Method and Description |
|---|---|
void |
addProductCodesToImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
Deprecated.
Adds
productCodes to an AMI. |
Set<String> |
getProductCodesForImageInRegion(String region,
String imageId)
Deprecated.
Returns the Product Codes of an image.
|
void |
removeProductCodesFromImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
Deprecated.
Removes
productCodes from an AMI. |
addLaunchPermissionsToImageInRegion, createImageInRegion, deregisterImageInRegion, describeImagesInRegion, getBlockDeviceMappingsForImageInRegion, getLaunchPermissionForImageInRegion, registerImageFromManifestInRegion, registerUnixImageBackedByEbsInRegion, removeLaunchPermissionsFromImageInRegion, resetLaunchPermissionsOnImageInRegionSet<String> getProductCodesForImageInRegion(@Nullable String region, String imageId)
void addProductCodesToImageInRegion(@Nullable
String region,
Iterable<String> productCodes,
String imageId)
productCodes to an AMI.Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.