| 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
current region.
|
CopyImageResult |
AmazonEC2Client.copyImage(CopyImageRequest copyImageRequest)
Initiates the copy of an AMI from the specified source region to the
current region.
|
| 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
current region.
|
Future<CopyImageResult> |
AmazonEC2Async.copyImageAsync(CopyImageRequest copyImageRequest)
Initiates the copy of an AMI from the specified source region to the
current region.
|
Future<CopyImageResult> |
AmazonEC2AsyncClient.copyImageAsync(CopyImageRequest copyImageRequest,
AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)
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.
|
| 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
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.
|
| Modifier and Type | Method and Description |
|---|---|
CopyImageResult |
CopyImageResult.clone() |
CopyImageResult |
CopyImageResult.withImageId(String imageId)
The ID of the new AMI.
|
Copyright © 2015. All rights reserved.