Uses of Class
software.amazon.awssdk.services.ec2.model.ExportImageResponse
Packages that use ExportImageResponse
-
Uses of ExportImageResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ExportImageResponseModifier and TypeMethodDescriptiondefault ExportImageResponseEc2Client.exportImage(Consumer<ExportImageRequest.Builder> exportImageRequest) Exports an Amazon Machine Image (AMI) to a VM file.default ExportImageResponseEc2Client.exportImage(ExportImageRequest exportImageRequest) Exports an Amazon Machine Image (AMI) to a VM file.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ExportImageResponseModifier and TypeMethodDescriptiondefault 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.