Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
Modifier and Type | Method and Description |
---|---|
default ExportImageResponse |
Ec2Client.exportImage(Consumer<ExportImageRequest.Builder> exportImageRequest)
Exports an Amazon Machine Image (AMI) to a VM file.
|
default ExportImageResponse |
Ec2Client.exportImage(ExportImageRequest exportImageRequest)
Exports an Amazon Machine Image (AMI) to a VM file.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<ExportImageResponse> |
Ec2AsyncClient.exportImage(Consumer<ExportImageRequest.Builder> exportImageRequest)
Exports an Amazon Machine Image (AMI) to a VM file.
|
default CompletableFuture<ExportImageResponse> |
Ec2AsyncClient.exportImage(ExportImageRequest exportImageRequest)
Exports an Amazon Machine Image (AMI) to a VM file.
|
Copyright © 2023. All rights reserved.