| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.clone() |
Property |
CompositeModelProperty.getAssetProperty() |
Property |
DescribeAssetPropertyResult.getAssetProperty()
The asset property's definition, alias, and notification state.
|
Property |
Property.withAlias(String alias)
The property alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). |
Property |
Property.withDataType(PropertyDataType dataType)
The property data type.
|
Property |
Property.withDataType(String dataType)
The property data type.
|
Property |
Property.withId(String id)
The ID of the asset property.
|
Property |
Property.withName(String name)
The name of the property.
|
Property |
Property.withNotification(PropertyNotification notification)
The asset property's notification topic and state.
|
Property |
Property.withType(PropertyType type)
The property type (see
PropertyType). |
Property |
Property.withUnit(String unit)
The unit (such as
Newtons or RPM) of the asset property. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeModelProperty.setAssetProperty(Property assetProperty) |
void |
DescribeAssetPropertyResult.setAssetProperty(Property assetProperty)
The asset property's definition, alias, and notification state.
|
CompositeModelProperty |
CompositeModelProperty.withAssetProperty(Property assetProperty) |
DescribeAssetPropertyResult |
DescribeAssetPropertyResult.withAssetProperty(Property assetProperty)
The asset property's definition, alias, and notification state.
|
Copyright © 2021. All rights reserved.