Uses of Class
com.amazonaws.services.ec2.model.CopyImageRequest

Packages that use CopyImageRequest
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of CopyImageRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type CopyImageRequest
 CopyImageResult AmazonEC2Client.copyImage(CopyImageRequest copyImageRequest)
           Initiates the copy of an AMI from the specified source region to the region in which the request was made.
 CopyImageResult AmazonEC2.copyImage(CopyImageRequest copyImageRequest)
           Initiates the copy of an AMI from the specified source region to the region in which the request was made.
 Future<CopyImageResult> AmazonEC2AsyncClient.copyImageAsync(CopyImageRequest copyImageRequest)
           Initiates the copy of an AMI from the specified source region to the region in which the request was made.
 Future<CopyImageResult> AmazonEC2Async.copyImageAsync(CopyImageRequest copyImageRequest)
           Initiates the copy of an AMI from the specified source region to the region in which the request was made.
 Future<CopyImageResult> AmazonEC2AsyncClient.copyImageAsync(CopyImageRequest copyImageRequest, AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)
           Initiates the copy of an AMI from the specified source region to the region in which the request was made.
 Future<CopyImageResult> AmazonEC2Async.copyImageAsync(CopyImageRequest copyImageRequest, AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)
           Initiates the copy of an AMI from the specified source region to the region in which the request was made.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type CopyImageRequest
 Future<CopyImageResult> AmazonEC2AsyncClient.copyImageAsync(CopyImageRequest copyImageRequest, AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)
           Initiates the copy of an AMI from the specified source region to the region in which the request was made.
 Future<CopyImageResult> AmazonEC2Async.copyImageAsync(CopyImageRequest copyImageRequest, AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)
           Initiates the copy of an AMI from the specified source region to the region in which the request was made.
 

Uses of CopyImageRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return CopyImageRequest
 CopyImageRequest CopyImageRequest.withClientToken(String clientToken)
          Unique, case-sensitive identifier you provide to ensure idempotency of the request.
 CopyImageRequest CopyImageRequest.withDescription(String description)
          A description for the new AMI in the destination region.
 CopyImageRequest CopyImageRequest.withName(String name)
          The name of the new AMI in the destination region.
 CopyImageRequest CopyImageRequest.withSourceImageId(String sourceImageId)
          The ID of the AMI to copy.
 CopyImageRequest CopyImageRequest.withSourceRegion(String sourceRegion)
          The name of the region that contains the AMI to copy.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type CopyImageRequest
 Request<CopyImageRequest> CopyImageRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.