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, describeImagesInRegionWithFilter, getBlockDeviceMappingsForImageInRegion, getLaunchPermissionForImageInRegion, registerImageFromManifestInRegion, registerUnixImageBackedByEbsInRegion, removeLaunchPermissionsFromImageInRegion, resetLaunchPermissionsOnImageInRegion
@Named(value="DescribeImageAttribute") @POST @Path(value="/") Set<String> getProductCodesForImageInRegion(@Nullable String region, @FormParam(value="ImageId") String imageId)
@Named(value="ModifyImageAttribute") @POST @Path(value="/") void addProductCodesToImageInRegion(@Nullable String region, Iterable<String> productCodes, @FormParam(value="ImageId") String imageId)
productCode
s to an AMI.Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.