| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
SignalDecoder |
SignalDecoder.clone() |
SignalDecoder |
SignalDecoder.withCanSignal(CanSignal canSignal)
Information about signal decoder using the Controller Area Network (CAN) protocol.
|
SignalDecoder |
SignalDecoder.withFullyQualifiedName(String fullyQualifiedName)
The fully qualified name of a signal decoder as defined in a vehicle model.
|
SignalDecoder |
SignalDecoder.withInterfaceId(String interfaceId)
The ID of a network interface that specifies what network protocol a vehicle follows.
|
SignalDecoder |
SignalDecoder.withObdSignal(ObdSignal obdSignal)
Information about signal decoder using the On-board diagnostic (OBD) II protocol.
|
SignalDecoder |
SignalDecoder.withType(SignalDecoderType type)
The network protocol for the vehicle.
|
SignalDecoder |
SignalDecoder.withType(String type)
The network protocol for the vehicle.
|
| Modifier and Type | Method and Description |
|---|---|
List<SignalDecoder> |
ListDecoderManifestSignalsResult.getSignalDecoders()
Information about a list of signals to decode.
|
List<SignalDecoder> |
CreateDecoderManifestRequest.getSignalDecoders()
A list of information about signal decoders.
|
List<SignalDecoder> |
UpdateDecoderManifestRequest.getSignalDecodersToAdd()
A list of information about decoding additional signals to add to the decoder manifest.
|
List<SignalDecoder> |
UpdateDecoderManifestRequest.getSignalDecodersToUpdate()
A list of updated information about decoding signals to update in the decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
ListDecoderManifestSignalsResult |
ListDecoderManifestSignalsResult.withSignalDecoders(SignalDecoder... signalDecoders)
Information about a list of signals to decode.
|
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.withSignalDecoders(SignalDecoder... signalDecoders)
A list of information about signal decoders.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withSignalDecodersToAdd(SignalDecoder... signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withSignalDecodersToUpdate(SignalDecoder... signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDecoderManifestSignalsResult.setSignalDecoders(Collection<SignalDecoder> signalDecoders)
Information about a list of signals to decode.
|
void |
CreateDecoderManifestRequest.setSignalDecoders(Collection<SignalDecoder> signalDecoders)
A list of information about signal decoders.
|
void |
UpdateDecoderManifestRequest.setSignalDecodersToAdd(Collection<SignalDecoder> signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
void |
UpdateDecoderManifestRequest.setSignalDecodersToUpdate(Collection<SignalDecoder> signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
ListDecoderManifestSignalsResult |
ListDecoderManifestSignalsResult.withSignalDecoders(Collection<SignalDecoder> signalDecoders)
Information about a list of signals to decode.
|
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.withSignalDecoders(Collection<SignalDecoder> signalDecoders)
A list of information about signal decoders.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withSignalDecodersToAdd(Collection<SignalDecoder> signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withSignalDecodersToUpdate(Collection<SignalDecoder> signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
Copyright © 2022. All rights reserved.