| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
CanInterface |
CanInterface.clone() |
CanInterface |
NetworkInterface.getCanInterface()
Information about a network interface specified by the Controller Area Network (CAN) protocol.
|
CanInterface |
CanInterface.withName(String name)
The unique name of the interface.
|
CanInterface |
CanInterface.withProtocolName(String protocolName)
The name of the communication protocol for the interface.
|
CanInterface |
CanInterface.withProtocolVersion(String protocolVersion)
The version of the communication protocol for the interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkInterface.setCanInterface(CanInterface canInterface)
Information about a network interface specified by the Controller Area Network (CAN) protocol.
|
NetworkInterface |
NetworkInterface.withCanInterface(CanInterface canInterface)
Information about a network interface specified by the Controller Area Network (CAN) protocol.
|
Copyright © 2022. All rights reserved.