Uses of Class
com.amazonaws.services.ec2.model.CopyImageRequest
Packages that use CopyImageRequest
-
Uses of CopyImageRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CopyImageRequestModifier 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.AbstractAmazonEC2Async.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 CopyImageRequestModifier 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 CopyImageRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CopyImageRequestModifier and TypeMethodDescriptionCopyImageRequest.clone()
CopyImageRequest.withClientToken
(String clientToken) Unique, case-sensitive identifier you provide to ensure idempotency of the request.CopyImageRequest.withDescription
(String description) A description for the new AMI in the destination region.CopyImageRequest.withEncrypted
(Boolean encrypted) Specifies whether the destination snapshots of the copied image should be encrypted.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.The name of the new AMI in the destination region.CopyImageRequest.withSourceImageId
(String sourceImageId) The ID of the AMI to copy.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 CopyImageRequestModifier and TypeMethodDescriptionCopyImageRequest.getDryRunRequest()
This method is intended for internal use only.