Uses of Interface
software.amazon.awssdk.services.ec2.model.FpgaDeviceMemoryInfo.Builder
Packages that use FpgaDeviceMemoryInfo.Builder
-
Uses of FpgaDeviceMemoryInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FpgaDeviceMemoryInfo.BuilderModifier and TypeMethodDescriptionstatic FpgaDeviceMemoryInfo.BuilderFpgaDeviceMemoryInfo.builder()The size of the memory available to the FPGA accelerator, in MiB.FpgaDeviceMemoryInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FpgaDeviceMemoryInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FpgaDeviceMemoryInfo.Builder>FpgaDeviceMemoryInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FpgaDeviceMemoryInfo.BuilderModifier and TypeMethodDescriptiondefault FpgaDeviceInfo.BuilderFpgaDeviceInfo.Builder.memoryInfo(Consumer<FpgaDeviceMemoryInfo.Builder> memoryInfo) Describes the memory for the FPGA accelerator for the instance type.