| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
NetworkInterface.clone() |
NetworkInterface |
NetworkInterface.withCanInterface(CanInterface canInterface)
Information about a network interface specified by the Controller Area Network (CAN) protocol.
|
NetworkInterface |
NetworkInterface.withInterfaceId(String interfaceId)
The ID of the network interface.
|
NetworkInterface |
NetworkInterface.withObdInterface(ObdInterface obdInterface)
Information about a network interface specified by the On-board diagnostic (OBD) II protocol.
|
NetworkInterface |
NetworkInterface.withType(NetworkInterfaceType type)
The network protocol for the vehicle.
|
NetworkInterface |
NetworkInterface.withType(String type)
The network protocol for the vehicle.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterface> |
ListDecoderManifestNetworkInterfacesResult.getNetworkInterfaces()
A list of information about network interfaces.
|
List<NetworkInterface> |
CreateDecoderManifestRequest.getNetworkInterfaces()
A list of information about available network interfaces.
|
List<NetworkInterface> |
UpdateDecoderManifestRequest.getNetworkInterfacesToAdd()
A list of information about the network interfaces to add to the decoder manifest.
|
List<NetworkInterface> |
UpdateDecoderManifestRequest.getNetworkInterfacesToUpdate()
A list of information about the network interfaces to update in the decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
ListDecoderManifestNetworkInterfacesResult |
ListDecoderManifestNetworkInterfacesResult.withNetworkInterfaces(NetworkInterface... networkInterfaces)
A list of information about network interfaces.
|
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.withNetworkInterfaces(NetworkInterface... networkInterfaces)
A list of information about available network interfaces.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withNetworkInterfacesToAdd(NetworkInterface... networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withNetworkInterfacesToUpdate(NetworkInterface... networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDecoderManifestNetworkInterfacesResult.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of information about network interfaces.
|
void |
CreateDecoderManifestRequest.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of information about available network interfaces.
|
void |
UpdateDecoderManifestRequest.setNetworkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
void |
UpdateDecoderManifestRequest.setNetworkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
ListDecoderManifestNetworkInterfacesResult |
ListDecoderManifestNetworkInterfacesResult.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of information about network interfaces.
|
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of information about available network interfaces.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withNetworkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withNetworkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
Copyright © 2023. All rights reserved.