Uses of Class
software.amazon.awssdk.services.iotsitewise.model.PropertyDataType
-
Packages that use PropertyDataType Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of PropertyDataType in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return PropertyDataType Modifier and Type Method Description PropertyDataTypeAssetModelProperty. dataType()The data type of the asset model property.PropertyDataTypeAssetModelPropertyDefinition. dataType()The data type of the property definition.PropertyDataTypeAssetModelPropertySummary. dataType()The data type of the property.PropertyDataTypeAssetProperty. dataType()The data type of the asset property.PropertyDataTypeDescribeTimeSeriesResponse. dataType()The data type of the time series.PropertyDataTypeProperty. dataType()The property data type.PropertyDataTypeTimeSeriesSummary. dataType()The data type of the time series.static PropertyDataTypePropertyDataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PropertyDataTypePropertyDataType. 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.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type PropertyDataType Modifier and Type Method Description static Set<PropertyDataType>PropertyDataType. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type PropertyDataType Modifier and Type Method Description AssetModelProperty.BuilderAssetModelProperty.Builder. dataType(PropertyDataType dataType)The data type of the asset model property.AssetModelPropertyDefinition.BuilderAssetModelPropertyDefinition.Builder. dataType(PropertyDataType dataType)The data type of the property definition.AssetModelPropertySummary.BuilderAssetModelPropertySummary.Builder. dataType(PropertyDataType dataType)The data type of the property.AssetProperty.BuilderAssetProperty.Builder. dataType(PropertyDataType dataType)The data type of the asset property.DescribeTimeSeriesResponse.BuilderDescribeTimeSeriesResponse.Builder. dataType(PropertyDataType dataType)The data type of the time series.Property.BuilderProperty.Builder. dataType(PropertyDataType dataType)The property data type.TimeSeriesSummary.BuilderTimeSeriesSummary.Builder. dataType(PropertyDataType dataType)The data type of the time series.
-