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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
CopyImageResult |
CopyImageResult.withImageId(String imageId)
The ID of the new AMI.
|
Copyright © 2014. All rights reserved.