Uses of Class
software.amazon.awssdk.services.ec2.model.FpgaDeviceInfo
Packages that use FpgaDeviceInfo
-
Uses of FpgaDeviceInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FpgaDeviceInfoModifier and TypeMethodDescriptionfinal List<FpgaDeviceInfo>FpgaInfo.fpgas()Describes the FPGAs for the instance type.Methods in software.amazon.awssdk.services.ec2.model with parameters of type FpgaDeviceInfoModifier and TypeMethodDescriptionFpgaInfo.Builder.fpgas(FpgaDeviceInfo... fpgas) Describes the FPGAs for the instance type.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FpgaDeviceInfoModifier and TypeMethodDescriptionFpgaInfo.Builder.fpgas(Collection<FpgaDeviceInfo> fpgas) Describes the FPGAs for the instance type.