| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
AssetPropertySummary |
AssetPropertySummary.clone() |
AssetPropertySummary |
AssetPropertySummary.withAlias(String alias)
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). |
AssetPropertySummary |
AssetPropertySummary.withAssetCompositeModelId(String assetCompositeModelId)
The ID of the composite model that contains the asset property.
|
AssetPropertySummary |
AssetPropertySummary.withExternalId(String externalId)
The external ID of the property.
|
AssetPropertySummary |
AssetPropertySummary.withId(String id)
The ID of the property.
|
AssetPropertySummary |
AssetPropertySummary.withNotification(PropertyNotification notification) |
AssetPropertySummary |
AssetPropertySummary.withPath(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.
|
AssetPropertySummary |
AssetPropertySummary.withUnit(String unit)
The unit of measure (such as Newtons or RPM) of the asset property.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetPropertySummary> |
ListAssetPropertiesResult.getAssetPropertySummaries()
A list that summarizes the properties associated with the specified asset.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetPropertiesResult |
ListAssetPropertiesResult.withAssetPropertySummaries(AssetPropertySummary... assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssetPropertiesResult.setAssetPropertySummaries(Collection<AssetPropertySummary> assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
|
ListAssetPropertiesResult |
ListAssetPropertiesResult.withAssetPropertySummaries(Collection<AssetPropertySummary> assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
|
Copyright © 2024. All rights reserved.