Uses of Class
com.amazonaws.services.ec2.model.CopyImageResult
Packages that use CopyImageResult
-
Uses of CopyImageResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CopyImageResultModifier and TypeMethodDescriptionAbstractAmazonEC2.copyImage
(CopyImageRequest request) AmazonEC2.copyImage
(CopyImageRequest copyImageRequest) Initiates the copy of an AMI from the specified source region to the current region.AmazonEC2Client.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 CopyImageResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.copyImageAsync
(CopyImageRequest request) AbstractAmazonEC2Async.copyImageAsync
(CopyImageRequest request, AsyncHandler<CopyImageRequest, CopyImageResult> asyncHandler) AmazonEC2Async.copyImageAsync
(CopyImageRequest copyImageRequest) Initiates the copy of an AMI from the specified source region to the current region.AmazonEC2Async.copyImageAsync
(CopyImageRequest copyImageRequest, AsyncHandler<CopyImageRequest, CopyImageResult> asyncHandler) Initiates the copy of an AMI from the specified source region to the current region.AmazonEC2AsyncClient.copyImageAsync
(CopyImageRequest request) AmazonEC2AsyncClient.copyImageAsync
(CopyImageRequest request, AsyncHandler<CopyImageRequest, CopyImageResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CopyImageResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.copyImageAsync
(CopyImageRequest request, AsyncHandler<CopyImageRequest, CopyImageResult> asyncHandler) AmazonEC2Async.copyImageAsync
(CopyImageRequest copyImageRequest, AsyncHandler<CopyImageRequest, CopyImageResult> asyncHandler) Initiates the copy of an AMI from the specified source region to the current region.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 CopyImageResultModifier and TypeMethodDescriptionCopyImageResult.clone()
CopyImageResult.withImageId
(String imageId) The ID of the new AMI.