Uses of Class
software.amazon.awssdk.services.ec2.model.CopyFpgaImageResponse
Packages that use CopyFpgaImageResponse
-
Uses of CopyFpgaImageResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CopyFpgaImageResponseModifier and TypeMethodDescriptiondefault CopyFpgaImageResponseEc2Client.copyFpgaImage(Consumer<CopyFpgaImageRequest.Builder> 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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CopyFpgaImageResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CopyFpgaImageResponse>Ec2AsyncClient.copyFpgaImage(Consumer<CopyFpgaImageRequest.Builder> copyFpgaImageRequest) Copies the specified Amazon FPGA Image (AFI) to the current Region.default CompletableFuture<CopyFpgaImageResponse>Ec2AsyncClient.copyFpgaImage(CopyFpgaImageRequest copyFpgaImageRequest) Copies the specified Amazon FPGA Image (AFI) to the current Region.