| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
DetectorStateDefinition |
DetectorStateDefinition.clone() |
DetectorStateDefinition |
UpdateDetectorRequest.getState()
The new state, variable values, and timer settings of the detector (instance).
|
DetectorStateDefinition |
DetectorStateDefinition.withStateName(String stateName)
The name of the new state of the detector (instance).
|
DetectorStateDefinition |
DetectorStateDefinition.withTimers(Collection<TimerDefinition> timers)
The new values of the detector's timers.
|
DetectorStateDefinition |
DetectorStateDefinition.withTimers(TimerDefinition... timers)
The new values of the detector's timers.
|
DetectorStateDefinition |
DetectorStateDefinition.withVariables(Collection<VariableDefinition> variables)
The new values of the detector's variables.
|
DetectorStateDefinition |
DetectorStateDefinition.withVariables(VariableDefinition... variables)
The new values of the detector's variables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDetectorRequest.setState(DetectorStateDefinition state)
The new state, variable values, and timer settings of the detector (instance).
|
UpdateDetectorRequest |
UpdateDetectorRequest.withState(DetectorStateDefinition state)
The new state, variable values, and timer settings of the detector (instance).
|
Copyright © 2021. All rights reserved.