| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyDataType |
AssetModelPropertyDefinition.dataType()
The data type of the property definition.
|
PropertyDataType |
DescribeTimeSeriesResponse.dataType()
The data type of the time series.
|
PropertyDataType |
Property.dataType()
The property data type.
|
PropertyDataType |
AssetProperty.dataType()
The data type of the asset property.
|
PropertyDataType |
AssetModelPropertySummary.dataType()
The data type of the property.
|
PropertyDataType |
TimeSeriesSummary.dataType()
The data type of the time series.
|
PropertyDataType |
AssetModelProperty.dataType()
The data type of the asset model property.
|
static PropertyDataType |
PropertyDataType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<PropertyDataType> |
PropertyDataType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssetModelPropertyDefinition.Builder |
AssetModelPropertyDefinition.Builder.dataType(PropertyDataType dataType)
The data type of the property definition.
|
DescribeTimeSeriesResponse.Builder |
DescribeTimeSeriesResponse.Builder.dataType(PropertyDataType dataType)
The data type of the time series.
|
Property.Builder |
Property.Builder.dataType(PropertyDataType dataType)
The property data type.
|
AssetProperty.Builder |
AssetProperty.Builder.dataType(PropertyDataType dataType)
The data type of the asset property.
|
AssetModelPropertySummary.Builder |
AssetModelPropertySummary.Builder.dataType(PropertyDataType dataType)
The data type of the property.
|
TimeSeriesSummary.Builder |
TimeSeriesSummary.Builder.dataType(PropertyDataType dataType)
The data type of the time series.
|
AssetModelProperty.Builder |
AssetModelProperty.Builder.dataType(PropertyDataType dataType)
The data type of the asset model property.
|
Copyright © 2023. All rights reserved.