| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
AssetModelPropertyDefinition |
AssetModelPropertyDefinition.clone() |
AssetModelPropertyDefinition |
AssetModelPropertyDefinition.withDataType(PropertyDataType dataType)
The data type of the property definition.
|
AssetModelPropertyDefinition |
AssetModelPropertyDefinition.withDataType(String dataType)
The data type of the property definition.
|
AssetModelPropertyDefinition |
AssetModelPropertyDefinition.withName(String name)
The name of the property definition.
|
AssetModelPropertyDefinition |
AssetModelPropertyDefinition.withType(PropertyType type)
The property definition type (see
PropertyType). |
AssetModelPropertyDefinition |
AssetModelPropertyDefinition.withUnit(String unit)
The unit of the property definition, such as
Newtons or RPM. |
| Modifier and Type | Method and Description |
|---|---|
List<AssetModelPropertyDefinition> |
CreateAssetModelRequest.getAssetModelProperties()
The property definitions of the asset model.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAssetModelRequest |
CreateAssetModelRequest.withAssetModelProperties(AssetModelPropertyDefinition... assetModelProperties)
The property definitions of the asset model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAssetModelRequest.setAssetModelProperties(Collection<AssetModelPropertyDefinition> assetModelProperties)
The property definitions of the asset model.
|
CreateAssetModelRequest |
CreateAssetModelRequest.withAssetModelProperties(Collection<AssetModelPropertyDefinition> assetModelProperties)
The property definitions of the asset model.
|
Copyright © 2020. All rights reserved.