Uses of Class
com.amazonaws.services.ec2.model.CopyImageResult
-
Packages that use CopyImageResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CopyImageResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CopyImageResult Modifier and Type Method Description CopyImageResultAbstractAmazonEC2. copyImage(CopyImageRequest request)CopyImageResultAmazonEC2. copyImage(CopyImageRequest copyImageRequest)Initiates the copy of an AMI from the specified source region to the current region.CopyImageResultAmazonEC2Client. copyImage(CopyImageRequest copyImageRequest)Initiates the copy of an AMI from the specified source region to the current region.Methods in com.amazonaws.services.ec2 that return types with arguments of type CopyImageResult Modifier and Type Method Description Future<CopyImageResult>AbstractAmazonEC2Async. copyImageAsync(CopyImageRequest request)Future<CopyImageResult>AbstractAmazonEC2Async. copyImageAsync(CopyImageRequest request, AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)Future<CopyImageResult>AmazonEC2Async. copyImageAsync(CopyImageRequest copyImageRequest)Initiates the copy of an AMI from the specified source region to the current region.Future<CopyImageResult>AmazonEC2Async. copyImageAsync(CopyImageRequest copyImageRequest, AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)Initiates the copy of an AMI from the specified source region to the current region.Future<CopyImageResult>AmazonEC2AsyncClient. copyImageAsync(CopyImageRequest request)Future<CopyImageResult>AmazonEC2AsyncClient. copyImageAsync(CopyImageRequest request, AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)Method parameters in com.amazonaws.services.ec2 with type arguments of type CopyImageResult Modifier and Type Method Description Future<CopyImageResult>AbstractAmazonEC2Async. copyImageAsync(CopyImageRequest request, AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)Future<CopyImageResult>AmazonEC2Async. copyImageAsync(CopyImageRequest copyImageRequest, AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)Initiates the copy of an AMI from the specified source region to the current region.Future<CopyImageResult>AmazonEC2AsyncClient. copyImageAsync(CopyImageRequest request, AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler) -
Uses of CopyImageResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CopyImageResult Modifier and Type Method Description CopyImageResultCopyImageResult. clone()CopyImageResultCopyImageResult. withImageId(String imageId)The ID of the new AMI.
-