| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
Variable |
Variable.clone() |
Variable |
Variable.withName(String name)
The name of the variable.
|
Variable |
Variable.withValue(String value)
The current value of the variable.
|
| Modifier and Type | Method and Description |
|---|---|
List<Variable> |
DetectorState.getVariables()
The current values of the detector's variables.
|
| Modifier and Type | Method and Description |
|---|---|
DetectorState |
DetectorState.withVariables(Variable... variables)
The current values of the detector's variables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectorState.setVariables(Collection<Variable> variables)
The current values of the detector's variables.
|
DetectorState |
DetectorState.withVariables(Collection<Variable> variables)
The current values of the detector's variables.
|
Copyright © 2021. All rights reserved.