Uses of Class
software.amazon.awssdk.services.ec2.model.FpgaImage
Packages that use FpgaImage
Package
Description
-
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 FpgaImageModifier and TypeMethodDescriptionDescribeFpgaImagesResponse.fpgaImages()Information about the FPGA images.Methods in software.amazon.awssdk.services.ec2.model with parameters of type FpgaImageModifier and TypeMethodDescriptionDescribeFpgaImagesResponse.Builder.fpgaImages(FpgaImage... fpgaImages) Information about the FPGA images.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FpgaImageModifier and TypeMethodDescriptionDescribeFpgaImagesResponse.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 FpgaImageModifier and TypeMethodDescriptionfinal SdkIterable<FpgaImage>DescribeFpgaImagesIterable.fpgaImages()Returns an iterable to iterate through the paginatedDescribeFpgaImagesResponse.fpgaImages()member.final SdkPublisher<FpgaImage>DescribeFpgaImagesPublisher.fpgaImages()Returns a publisher that can be used to get a stream of data.