| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model | |
| software.amazon.awssdk.services.iotfleetwise.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SignalDecoder> |
CreateDecoderManifestRequest.signalDecoders()
A list of information about signal decoders.
|
List<SignalDecoder> |
ListDecoderManifestSignalsResponse.signalDecoders()
Information about a list of signals to decode.
|
List<SignalDecoder> |
UpdateDecoderManifestRequest.signalDecodersToAdd()
A list of information about decoding additional signals to add to the decoder manifest.
|
List<SignalDecoder> |
UpdateDecoderManifestRequest.signalDecodersToUpdate()
A list of updated information about decoding signals to update in the decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDecoderManifestRequest.Builder |
CreateDecoderManifestRequest.Builder.signalDecoders(SignalDecoder... signalDecoders)
A list of information about signal decoders.
|
ListDecoderManifestSignalsResponse.Builder |
ListDecoderManifestSignalsResponse.Builder.signalDecoders(SignalDecoder... signalDecoders)
Information about a list of signals to decode.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.signalDecodersToAdd(SignalDecoder... signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.signalDecodersToUpdate(SignalDecoder... signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDecoderManifestRequest.Builder |
CreateDecoderManifestRequest.Builder.signalDecoders(Collection<SignalDecoder> signalDecoders)
A list of information about signal decoders.
|
ListDecoderManifestSignalsResponse.Builder |
ListDecoderManifestSignalsResponse.Builder.signalDecoders(Collection<SignalDecoder> signalDecoders)
Information about a list of signals to decode.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.signalDecodersToAdd(Collection<SignalDecoder> signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.signalDecodersToUpdate(Collection<SignalDecoder> signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<SignalDecoder> |
ListDecoderManifestSignalsPublisher.signalDecoders()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<SignalDecoder> |
ListDecoderManifestSignalsIterable.signalDecoders()
Returns an iterable to iterate through the paginated
ListDecoderManifestSignalsResponse.signalDecoders()
member. |
Copyright © 2022. All rights reserved.