| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
PropertyType.clone() |
PropertyType |
AssetModelPropertySummary.getType() |
PropertyType |
AssetModelPropertyDefinition.getType()
The property definition type (see
PropertyType). |
PropertyType |
Property.getType()
The property type (see
PropertyType). |
PropertyType |
AssetModelProperty.getType()
The property type (see
PropertyType). |
PropertyType |
PropertyType.withAttribute(Attribute attribute)
Specifies an asset attribute property.
|
PropertyType |
PropertyType.withMeasurement(Measurement measurement)
Specifies an asset measurement property.
|
PropertyType |
PropertyType.withMetric(Metric metric)
Specifies an asset metric property.
|
PropertyType |
PropertyType.withTransform(Transform transform)
Specifies an asset transform property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetModelPropertySummary.setType(PropertyType type) |
void |
AssetModelPropertyDefinition.setType(PropertyType type)
The property definition type (see
PropertyType). |
void |
Property.setType(PropertyType type)
The property type (see
PropertyType). |
void |
AssetModelProperty.setType(PropertyType type)
The property type (see
PropertyType). |
AssetModelPropertySummary |
AssetModelPropertySummary.withType(PropertyType type) |
AssetModelPropertyDefinition |
AssetModelPropertyDefinition.withType(PropertyType type)
The property definition type (see
PropertyType). |
Property |
Property.withType(PropertyType type)
The property type (see
PropertyType). |
AssetModelProperty |
AssetModelProperty.withType(PropertyType type)
The property type (see
PropertyType). |
Copyright © 2024. All rights reserved.