Uses of Class
software.amazon.awssdk.services.ec2.model.CreateFpgaImageResponse
Packages that use CreateFpgaImageResponse
-
Uses of CreateFpgaImageResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateFpgaImageResponseModifier and TypeMethodDescriptiondefault CreateFpgaImageResponseEc2Client.createFpgaImage(Consumer<CreateFpgaImageRequest.Builder> createFpgaImageRequest) Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).default CreateFpgaImageResponseEc2Client.createFpgaImage(CreateFpgaImageRequest createFpgaImageRequest) Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateFpgaImageResponseModifier and TypeMethodDescriptiondefault 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).