Uses of Class
software.amazon.awssdk.services.ec2.model.CopyFpgaImageRequest
-
Packages that use CopyFpgaImageRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of CopyFpgaImageRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CopyFpgaImageRequest Modifier and Type Method Description default CompletableFuture<CopyFpgaImageResponse>Ec2AsyncClient. copyFpgaImage(CopyFpgaImageRequest copyFpgaImageRequest)Copies the specified Amazon FPGA Image (AFI) to the current Region.default CopyFpgaImageResponseEc2Client. copyFpgaImage(CopyFpgaImageRequest copyFpgaImageRequest)Copies the specified Amazon FPGA Image (AFI) to the current Region. -
Uses of CopyFpgaImageRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CopyFpgaImageRequest Modifier and Type Method Description SdkHttpFullRequestCopyFpgaImageRequestMarshaller. marshall(CopyFpgaImageRequest copyFpgaImageRequest)
-