| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
DetectorState |
DetectorState.clone() |
DetectorState |
Detector.getState()
The current state of the detector (instance).
|
DetectorState |
DetectorState.withStateName(String stateName)
The name of the state.
|
DetectorState |
DetectorState.withTimers(Collection<Timer> timers)
The current state of the detector's timers.
|
DetectorState |
DetectorState.withTimers(Timer... timers)
The current state of the detector's timers.
|
DetectorState |
DetectorState.withVariables(Collection<Variable> variables)
The current values of the detector's variables.
|
DetectorState |
DetectorState.withVariables(Variable... variables)
The current values of the detector's variables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Detector.setState(DetectorState state)
The current state of the detector (instance).
|
Detector |
Detector.withState(DetectorState state)
The current state of the detector (instance).
|
Copyright © 2021. All rights reserved.