| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
VariableValue |
VariableValue.clone() |
VariableValue |
ExpressionVariable.getValue()
The variable that identifies an asset property from which to use values.
|
VariableValue |
VariableValue.withHierarchyId(String hierarchyId)
The ID of the hierarchy to query for the property ID.
|
VariableValue |
VariableValue.withPropertyId(String propertyId)
The ID of the property to use as the variable.
|
VariableValue |
VariableValue.withPropertyPath(AssetModelPropertyPathSegment... propertyPath)
The path of the property.
|
VariableValue |
VariableValue.withPropertyPath(Collection<AssetModelPropertyPathSegment> propertyPath)
The path of the property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionVariable.setValue(VariableValue value)
The variable that identifies an asset property from which to use values.
|
ExpressionVariable |
ExpressionVariable.withValue(VariableValue value)
The variable that identifies an asset property from which to use values.
|
Copyright © 2023. All rights reserved.