| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
InvalidSignal |
InvalidSignal.clone() |
InvalidSignal |
InvalidSignal.withName(String name)
The name of the signal that isn't valid.
|
InvalidSignal |
InvalidSignal.withReason(String reason)
A message about why the signal isn't valid.
|
| Modifier and Type | Method and Description |
|---|---|
List<InvalidSignal> |
InvalidSignalsException.getInvalidSignals()
The signals which caused the exception.
|
| Modifier and Type | Method and Description |
|---|---|
InvalidSignalsException |
InvalidSignalsException.withInvalidSignals(InvalidSignal... invalidSignals)
The signals which caused the exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvalidSignalsException.setInvalidSignals(Collection<InvalidSignal> invalidSignals)
The signals which caused the exception.
|
InvalidSignalsException |
InvalidSignalsException.withInvalidSignals(Collection<InvalidSignal> invalidSignals)
The signals which caused the exception.
|
Copyright © 2023. All rights reserved.