| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
AssetProperty |
AssetProperty.clone() |
AssetProperty |
AssetProperty.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). |
AssetProperty |
AssetProperty.withDataType(PropertyDataType dataType)
The data type of the asset property.
|
AssetProperty |
AssetProperty.withDataType(String dataType)
The data type of the asset property.
|
AssetProperty |
AssetProperty.withDataTypeSpec(String dataTypeSpec)
The data type of the structure for this property.
|
AssetProperty |
AssetProperty.withId(String id)
The ID of the asset property.
|
AssetProperty |
AssetProperty.withName(String name)
The name of the property.
|
AssetProperty |
AssetProperty.withNotification(PropertyNotification notification)
The asset property's notification topic and state.
|
AssetProperty |
AssetProperty.withUnit(String unit)
The unit (such as
Newtons or RPM) of the asset property. |
| Modifier and Type | Method and Description |
|---|---|
List<AssetProperty> |
DescribeAssetResult.getAssetProperties()
The list of asset properties for the asset.
|
List<AssetProperty> |
AssetCompositeModel.getProperties()
The asset properties that this composite model defines.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetResult |
DescribeAssetResult.withAssetProperties(AssetProperty... assetProperties)
The list of asset properties for the asset.
|
AssetCompositeModel |
AssetCompositeModel.withProperties(AssetProperty... properties)
The asset properties that this composite model defines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAssetResult.setAssetProperties(Collection<AssetProperty> assetProperties)
The list of asset properties for the asset.
|
void |
AssetCompositeModel.setProperties(Collection<AssetProperty> properties)
The asset properties that this composite model defines.
|
DescribeAssetResult |
DescribeAssetResult.withAssetProperties(Collection<AssetProperty> assetProperties)
The list of asset properties for the asset.
|
AssetCompositeModel |
AssetCompositeModel.withProperties(Collection<AssetProperty> properties)
The asset properties that this composite model defines.
|
Copyright © 2023. All rights reserved.