| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDataType |
PropertyDataType.fromValue(String value)
Use this in place of valueOf.
|
static PropertyDataType |
PropertyDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyDataType[] |
PropertyDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesSummary |
TimeSeriesSummary.withDataType(PropertyDataType dataType)
The data type of the time series.
|
AssetModelPropertySummary |
AssetModelPropertySummary.withDataType(PropertyDataType dataType)
The data type of the property.
|
Property |
Property.withDataType(PropertyDataType dataType)
The property data type.
|
AssetModelPropertyDefinition |
AssetModelPropertyDefinition.withDataType(PropertyDataType dataType)
The data type of the property definition.
|
DescribeTimeSeriesResult |
DescribeTimeSeriesResult.withDataType(PropertyDataType dataType)
The data type of the time series.
|
AssetProperty |
AssetProperty.withDataType(PropertyDataType dataType)
The data type of the asset property.
|
AssetModelProperty |
AssetModelProperty.withDataType(PropertyDataType dataType)
The data type of the asset model property.
|
Copyright © 2023. All rights reserved.