Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
Modifier and Type | Method and Description |
---|---|
default CreateFpgaImageResponse |
Ec2Client.createFpgaImage(Consumer<CreateFpgaImageRequest.Builder> createFpgaImageRequest)
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
|
default CreateFpgaImageResponse |
Ec2Client.createFpgaImage(CreateFpgaImageRequest createFpgaImageRequest)
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<CreateFpgaImageResponse> |
Ec2AsyncClient.createFpgaImage(Consumer<CreateFpgaImageRequest.Builder> createFpgaImageRequest)
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
|
default CompletableFuture<CreateFpgaImageResponse> |
Ec2AsyncClient.createFpgaImage(CreateFpgaImageRequest createFpgaImageRequest)
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
|
Copyright © 2019. All rights reserved.