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