public interface AWSAMIApi
extends org.jclouds.ec2.features.AMIApi
| Modifier and Type | Method and Description |
|---|---|
void |
addProductCodesToImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
Adds
productCodes 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
productCodes from an AMI. |
addLaunchPermissionsToImageInRegion, createImageInRegion, deregisterImageInRegion, describeImagesInRegion, describeImagesInRegionWithFilter, getBlockDeviceMappingsForImageInRegion, getLaunchPermissionForImageInRegion, registerImageFromManifestInRegion, registerUnixImageBackedByEbsInRegion, removeLaunchPermissionsFromImageInRegion, resetLaunchPermissionsOnImageInRegion@Named(value="DescribeImageAttribute") Set<String> getProductCodesForImageInRegion(@Nullable String region, String imageId)
@Named(value="ModifyImageAttribute")
void addProductCodesToImageInRegion(@Nullable
String region,
Iterable<String> productCodes,
String imageId)
productCodes to an AMI.Copyright © 2016. All rights reserved.