Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PciId |
PciId.clone() |
PciId |
FpgaImage.getPciId()
Information about the PCI bus.
|
PciId |
PciId.withDeviceId(String deviceId)
The ID of the device.
|
PciId |
PciId.withSubsystemId(String subsystemId)
The ID of the subsystem.
|
PciId |
PciId.withSubsystemVendorId(String subsystemVendorId)
The ID of the vendor for the subsystem.
|
PciId |
PciId.withVendorId(String vendorId)
The ID of the vendor.
|
Modifier and Type | Method and Description |
---|---|
void |
FpgaImage.setPciId(PciId pciId)
Information about the PCI bus.
|
FpgaImage |
FpgaImage.withPciId(PciId pciId)
Information about the PCI bus.
|
Copyright © 2021. All rights reserved.