org.jclouds.aws.ec2.services
Interface AWSAMIAsyncClient
- All Superinterfaces:
- org.jclouds.ec2.services.AMIAsyncClient
public interface AWSAMIAsyncClient
- extends org.jclouds.ec2.services.AMIAsyncClient
Provides access to AMI Services.
- Author:
- Adrian Cole
Methods inherited from interface org.jclouds.ec2.services.AMIAsyncClient |
addLaunchPermissionsToImageInRegion, createImageInRegion, deregisterImageInRegion, describeImagesInRegion, getBlockDeviceMappingsForImageInRegion, getLaunchPermissionForImageInRegion, registerImageFromManifestInRegion, registerUnixImageBackedByEbsInRegion, removeLaunchPermissionsFromImageInRegion, resetLaunchPermissionsOnImageInRegion |
getProductCodesForImageInRegion
com.google.common.util.concurrent.ListenableFuture<Set<String>> getProductCodesForImageInRegion(@Nullable
String region,
String imageId)
- See Also:
AMIClient#getProductCodesForImageInRegion
addProductCodesToImageInRegion
com.google.common.util.concurrent.ListenableFuture<Void> addProductCodesToImageInRegion(@Nullable
String region,
Iterable<String> productCodes,
String imageId)
- See Also:
AMIClient#addProductCodesToImageInRegion
removeProductCodesFromImageInRegion
com.google.common.util.concurrent.ListenableFuture<Void> removeProductCodesFromImageInRegion(@Nullable
String region,
Iterable<String> productCodes,
String imageId)
- See Also:
AMIClient#removeProductCodesToImageInRegion
Copyright © 2009-2011 jclouds. All Rights Reserved.