Uses of Class
software.amazon.awssdk.services.ec2.model.FpgaImage
-
Packages that use FpgaImage Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of FpgaImage in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FpgaImage Modifier and Type Method Description List<FpgaImage>DescribeFpgaImagesResponse. fpgaImages()Information about the FPGA images.Methods in software.amazon.awssdk.services.ec2.model with parameters of type FpgaImage Modifier and Type Method Description DescribeFpgaImagesResponse.BuilderDescribeFpgaImagesResponse.Builder. fpgaImages(FpgaImage... fpgaImages)Information about the FPGA images.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FpgaImage Modifier and Type Method Description DescribeFpgaImagesResponse.BuilderDescribeFpgaImagesResponse.Builder. fpgaImages(Collection<FpgaImage> fpgaImages)Information about the FPGA images. -
Uses of FpgaImage in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type FpgaImage Modifier and Type Method Description SdkIterable<FpgaImage>DescribeFpgaImagesIterable. fpgaImages()Returns an iterable to iterate through the paginatedDescribeFpgaImagesResponse.fpgaImages()member.SdkPublisher<FpgaImage>DescribeFpgaImagesPublisher. fpgaImages()Returns a publisher that can be used to get a stream of data.
-