Uses of Class
com.amazonaws.services.ec2.model.CopyImageRequest
-
Packages that use CopyImageRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CopyImageRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CopyImageRequest Modifier and Type Method Description CopyImageResult
AbstractAmazonEC2. copyImage(CopyImageRequest request)
CopyImageResult
AmazonEC2. copyImage(CopyImageRequest copyImageRequest)
Initiates the copy of an AMI from the specified source region to the current region.CopyImageResult
AmazonEC2Client. copyImage(CopyImageRequest copyImageRequest)
Initiates the copy of an AMI from the specified source region to the current region.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 CopyImageRequest 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 CopyImageRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CopyImageRequest Modifier and Type Method Description CopyImageRequest
CopyImageRequest. clone()
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. withEncrypted(Boolean encrypted)
Specifies whether the destination snapshots of the copied image should be encrypted.CopyImageRequest
CopyImageRequest. withKmsKeyId(String kmsKeyId)
The full ARN of the AWS Key Management Service (AWS KMS) CMK to use when encrypting the snapshots of an image during a copy operation.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 Modifier and Type Method Description Request<CopyImageRequest>
CopyImageRequest. getDryRunRequest()
This method is intended for internal use only.
-