| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| 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.
|
Copyright © 2020. All rights reserved.