| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default CopyImageResponse |
EC2Client.copyImage(Consumer<CopyImageRequest.Builder> copyImageRequest)
Initiates the copy of an AMI from the specified source region to the current region.
|
default CopyImageResponse |
EC2Client.copyImage(CopyImageRequest copyImageRequest)
Initiates the copy of an AMI from the specified source region to the current region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CopyImageResponse> |
EC2AsyncClient.copyImage(Consumer<CopyImageRequest.Builder> copyImageRequest)
Initiates the copy of an AMI from the specified source region to the current region.
|
default CompletableFuture<CopyImageResponse> |
EC2AsyncClient.copyImage(CopyImageRequest copyImageRequest)
Initiates the copy of an AMI from the specified source region to the current region.
|
| Modifier and Type | Method and Description |
|---|---|
CopyImageResponse |
CopyImageResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.