Modifier and Type | Method and Description |
---|---|
void |
addProductCodesToImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
Adds
productCode s to an AMI. |
Set<String> |
getProductCodesForImageInRegion(String region,
String imageId)
Returns the Product Codes of an image.
|
void |
removeProductCodesFromImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
Removes
productCode s from an AMI. |
addLaunchPermissionsToImageInRegion, createImageInRegion, deregisterImageInRegion, describeImagesInRegion, getBlockDeviceMappingsForImageInRegion, getLaunchPermissionForImageInRegion, registerImageFromManifestInRegion, registerUnixImageBackedByEbsInRegion, removeLaunchPermissionsFromImageInRegion, resetLaunchPermissionsOnImageInRegion
Set<String> getProductCodesForImageInRegion(@Nullable String region, String imageId)
region
- AMIs are tied to the Region where its files are located within Amazon S3.imageId
- The ID of the AMI for which an attribute will be described#describeImages
,
#modifyImageAttribute
,
#resetImageAttribute
,
,
DescribeImagesOptions
void addProductCodesToImageInRegion(@Nullable String region, Iterable<String> productCodes, String imageId)
productCode
s to an AMI.Copyright © 2009-2012 jclouds. All Rights Reserved.