| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
AssetModelPropertySummary |
AssetModelPropertySummary.clone() |
AssetModelPropertySummary |
AssetModelPropertySummary.withAssetModelCompositeModelId(String assetModelCompositeModelId)
The ID of the composite model that contains the asset model property.
|
AssetModelPropertySummary |
AssetModelPropertySummary.withDataType(PropertyDataType dataType)
The data type of the property.
|
AssetModelPropertySummary |
AssetModelPropertySummary.withDataType(String dataType)
The data type of the property.
|
AssetModelPropertySummary |
AssetModelPropertySummary.withDataTypeSpec(String dataTypeSpec)
The data type of the structure for this property.
|
AssetModelPropertySummary |
AssetModelPropertySummary.withId(String id)
The ID of the property.
|
AssetModelPropertySummary |
AssetModelPropertySummary.withName(String name)
The name of the property.
|
AssetModelPropertySummary |
AssetModelPropertySummary.withType(PropertyType type) |
AssetModelPropertySummary |
AssetModelPropertySummary.withUnit(String unit)
The unit (such as
Newtons or RPM) of the property. |
| Modifier and Type | Method and Description |
|---|---|
List<AssetModelPropertySummary> |
ListAssetModelPropertiesResult.getAssetModelPropertySummaries()
A list that summarizes the properties associated with the specified asset model.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetModelPropertiesResult |
ListAssetModelPropertiesResult.withAssetModelPropertySummaries(AssetModelPropertySummary... assetModelPropertySummaries)
A list that summarizes the properties associated with the specified asset model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssetModelPropertiesResult.setAssetModelPropertySummaries(Collection<AssetModelPropertySummary> assetModelPropertySummaries)
A list that summarizes the properties associated with the specified asset model.
|
ListAssetModelPropertiesResult |
ListAssetModelPropertiesResult.withAssetModelPropertySummaries(Collection<AssetModelPropertySummary> assetModelPropertySummaries)
A list that summarizes the properties associated with the specified asset model.
|
Copyright © 2023. All rights reserved.