| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
AssetModelPropertyPathSegment |
AssetModelPropertyPathSegment.clone() |
AssetModelPropertyPathSegment |
AssetModelPropertyPathSegment.withId(String id)
The ID of the path segment.
|
AssetModelPropertyPathSegment |
AssetModelPropertyPathSegment.withName(String name)
The name of the path segment.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetModelPropertyPathSegment> |
AssetModelPropertySummary.getPath()
The structured path to the property from the root of the asset model.
|
List<AssetModelPropertyPathSegment> |
AssetModelProperty.getPath()
The structured path to the property from the root of the asset model.
|
List<AssetModelPropertyPathSegment> |
VariableValue.getPropertyPath()
The path of the property.
|
| Modifier and Type | Method and Description |
|---|---|
AssetModelPropertySummary |
AssetModelPropertySummary.withPath(AssetModelPropertyPathSegment... path)
The structured path to the property from the root of the asset model.
|
AssetModelProperty |
AssetModelProperty.withPath(AssetModelPropertyPathSegment... path)
The structured path to the property from the root of the asset model.
|
VariableValue |
VariableValue.withPropertyPath(AssetModelPropertyPathSegment... propertyPath)
The path of the property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetModelPropertySummary.setPath(Collection<AssetModelPropertyPathSegment> path)
The structured path to the property from the root of the asset model.
|
void |
AssetModelProperty.setPath(Collection<AssetModelPropertyPathSegment> path)
The structured path to the property from the root of the asset model.
|
void |
VariableValue.setPropertyPath(Collection<AssetModelPropertyPathSegment> propertyPath)
The path of the property.
|
AssetModelPropertySummary |
AssetModelPropertySummary.withPath(Collection<AssetModelPropertyPathSegment> path)
The structured path to the property from the root of the asset model.
|
AssetModelProperty |
AssetModelProperty.withPath(Collection<AssetModelPropertyPathSegment> path)
The structured path to the property from the root of the asset model.
|
VariableValue |
VariableValue.withPropertyPath(Collection<AssetModelPropertyPathSegment> propertyPath)
The path of the property.
|
Copyright © 2024. All rights reserved.