| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
DetectorSummary |
DetectorSummary.clone() |
DetectorSummary |
DetectorSummary.withCreationTime(Date creationTime)
The time the detector (instance) was created.
|
DetectorSummary |
DetectorSummary.withDetectorModelName(String detectorModelName)
The name of the detector model that created this detector (instance).
|
DetectorSummary |
DetectorSummary.withDetectorModelVersion(String detectorModelVersion)
The version of the detector model that created this detector (instance).
|
DetectorSummary |
DetectorSummary.withKeyValue(String keyValue)
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
|
DetectorSummary |
DetectorSummary.withLastUpdateTime(Date lastUpdateTime)
The time the detector (instance) was last updated.
|
DetectorSummary |
DetectorSummary.withState(DetectorStateSummary state)
The current state of the detector (instance).
|
| Modifier and Type | Method and Description |
|---|---|
List<DetectorSummary> |
ListDetectorsResult.getDetectorSummaries()
A list of summary information about the detectors (instances).
|
| Modifier and Type | Method and Description |
|---|---|
ListDetectorsResult |
ListDetectorsResult.withDetectorSummaries(DetectorSummary... detectorSummaries)
A list of summary information about the detectors (instances).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDetectorsResult.setDetectorSummaries(Collection<DetectorSummary> detectorSummaries)
A list of summary information about the detectors (instances).
|
ListDetectorsResult |
ListDetectorsResult.withDetectorSummaries(Collection<DetectorSummary> detectorSummaries)
A list of summary information about the detectors (instances).
|
Copyright © 2020. All rights reserved.