Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CopyImageResult> |
AbstractAmazonEC2Async.copyImageAsync(CopyImageRequest request,
AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler) |
Future<CopyImageResult> |
AmazonEC2AsyncClient.copyImageAsync(CopyImageRequest request,
AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler) |
Future<CopyImageResult> |
AmazonEC2Async.copyImageAsync(CopyImageRequest copyImageRequest,
AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)
Initiates the copy of an AMI.
|
Modifier and Type | Method and Description |
---|---|
CopyImageRequest |
CopyImageRequest.clone() |
CopyImageRequest |
CopyImageRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
CopyImageRequest |
CopyImageRequest.withCopyImageTags(Boolean copyImageTags)
Indicates whether to include your user-defined AMI tags when copying the AMI.
|
CopyImageRequest |
CopyImageRequest.withDescription(String description)
A description for the new AMI in the destination Region.
|
CopyImageRequest |
CopyImageRequest.withDestinationOutpostArn(String destinationOutpostArn)
The Amazon Resource Name (ARN) of the Outpost to which to copy the AMI.
|
CopyImageRequest |
CopyImageRequest.withEncrypted(Boolean encrypted)
Specifies whether the destination snapshots of the copied image should be encrypted.
|
CopyImageRequest |
CopyImageRequest.withKmsKeyId(String kmsKeyId)
The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating encrypted volumes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Request<CopyImageRequest> |
CopyImageRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.