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