Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
FpgaDeviceInfo |
FpgaDeviceInfo.clone() |
FpgaDeviceInfo |
FpgaDeviceInfo.withCount(Integer count)
The count of FPGA accelerators for the instance type.
|
FpgaDeviceInfo |
FpgaDeviceInfo.withManufacturer(String manufacturer)
The manufacturer of the FPGA accelerator.
|
FpgaDeviceInfo |
FpgaDeviceInfo.withMemoryInfo(FpgaDeviceMemoryInfo memoryInfo)
Describes the memory for the FPGA accelerator for the instance type.
|
FpgaDeviceInfo |
FpgaDeviceInfo.withName(String name)
The name of the FPGA accelerator.
|
Modifier and Type | Method and Description |
---|---|
List<FpgaDeviceInfo> |
FpgaInfo.getFpgas()
Describes the FPGAs for the instance type.
|
Modifier and Type | Method and Description |
---|---|
FpgaInfo |
FpgaInfo.withFpgas(FpgaDeviceInfo... fpgas)
Describes the FPGAs for the instance type.
|
Modifier and Type | Method and Description |
---|---|
void |
FpgaInfo.setFpgas(Collection<FpgaDeviceInfo> fpgas)
Describes the FPGAs for the instance type.
|
FpgaInfo |
FpgaInfo.withFpgas(Collection<FpgaDeviceInfo> fpgas)
Describes the FPGAs for the instance type.
|
Copyright © 2021. All rights reserved.