Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
FpgaInfo |
FpgaInfo.clone() |
FpgaInfo |
InstanceTypeInfo.getFpgaInfo()
Describes the FPGA accelerator settings for the instance type.
|
FpgaInfo |
FpgaInfo.withFpgas(Collection<FpgaDeviceInfo> fpgas)
Describes the FPGAs for the instance type.
|
FpgaInfo |
FpgaInfo.withFpgas(FpgaDeviceInfo... fpgas)
Describes the FPGAs for the instance type.
|
FpgaInfo |
FpgaInfo.withTotalFpgaMemoryInMiB(Integer totalFpgaMemoryInMiB)
The total memory of all FPGA accelerators for the instance type.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceTypeInfo.setFpgaInfo(FpgaInfo fpgaInfo)
Describes the FPGA accelerator settings for the instance type.
|
InstanceTypeInfo |
InstanceTypeInfo.withFpgaInfo(FpgaInfo fpgaInfo)
Describes the FPGA accelerator settings for the instance type.
|
Copyright © 2021. All rights reserved.