Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Request<CopyImageRequest> |
CopyImageRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.