| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
Detector |
Detector.clone() |
Detector |
DescribeDetectorResult.getDetector()
Information about the detector (instance).
|
Detector |
Detector.withCreationTime(Date creationTime)
The time the detector (instance) was created.
|
Detector |
Detector.withDetectorModelName(String detectorModelName)
The name of the detector model that created this detector (instance).
|
Detector |
Detector.withDetectorModelVersion(String detectorModelVersion)
The version of the detector model that created this detector (instance).
|
Detector |
Detector.withKeyValue(String keyValue)
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
|
Detector |
Detector.withLastUpdateTime(Date lastUpdateTime)
The time the detector (instance) was last updated.
|
Detector |
Detector.withState(DetectorState state)
The current state of the detector (instance).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDetectorResult.setDetector(Detector detector)
Information about the detector (instance).
|
DescribeDetectorResult |
DescribeDetectorResult.withDetector(Detector detector)
Information about the detector (instance).
|
Copyright © 2023. All rights reserved.