| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
DetectorDebugOption |
DetectorDebugOption.clone() |
DetectorDebugOption |
DetectorDebugOption.withDetectorModelName(String detectorModelName)
The name of the detector model.
|
DetectorDebugOption |
DetectorDebugOption.withKeyValue(String keyValue)
The value of the input attribute key used to create the detector (the instance of the detector model).
|
| Modifier and Type | Method and Description |
|---|---|
List<DetectorDebugOption> |
LoggingOptions.getDetectorDebugOptions()
Information that identifies those detector models and their detectors (instances) for which the logging level is
given.
|
| Modifier and Type | Method and Description |
|---|---|
LoggingOptions |
LoggingOptions.withDetectorDebugOptions(DetectorDebugOption... detectorDebugOptions)
Information that identifies those detector models and their detectors (instances) for which the logging level is
given.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingOptions.setDetectorDebugOptions(Collection<DetectorDebugOption> detectorDebugOptions)
Information that identifies those detector models and their detectors (instances) for which the logging level is
given.
|
LoggingOptions |
LoggingOptions.withDetectorDebugOptions(Collection<DetectorDebugOption> detectorDebugOptions)
Information that identifies those detector models and their detectors (instances) for which the logging level is
given.
|
Copyright © 2025. All rights reserved.