| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateDetectorRequest |
UpdateDetectorRequest.clone() |
UpdateDetectorRequest |
UpdateDetectorRequest.withDetectorModelName(String detectorModelName)
The name of the detector model that created the detectors (instances).
|
UpdateDetectorRequest |
UpdateDetectorRequest.withKeyValue(String keyValue)
The value of the input key attribute (identifying the device or system) that caused the creation of this detector
(instance).
|
UpdateDetectorRequest |
UpdateDetectorRequest.withMessageId(String messageId)
The ID to assign to the detector update
"message". |
UpdateDetectorRequest |
UpdateDetectorRequest.withState(DetectorStateDefinition state)
The new state, variable values, and timer settings of the detector (instance).
|
| Modifier and Type | Method and Description |
|---|---|
List<UpdateDetectorRequest> |
BatchUpdateDetectorRequest.getDetectors()
The list of detectors (instances) to update, along with the values to update.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateDetectorRequest |
BatchUpdateDetectorRequest.withDetectors(UpdateDetectorRequest... detectors)
The list of detectors (instances) to update, along with the values to update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateDetectorRequest.setDetectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to update, along with the values to update.
|
BatchUpdateDetectorRequest |
BatchUpdateDetectorRequest.withDetectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to update, along with the values to update.
|
Copyright © 2023. All rights reserved.