| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
static NodeDataType |
NodeDataType.fromValue(String value)
Use this in place of valueOf.
|
static NodeDataType |
NodeDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeDataType[] |
NodeDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CustomProperty |
CustomProperty.withDataType(NodeDataType dataType)
The data type for the custom property.
|
Attribute |
Attribute.withDataType(NodeDataType dataType)
The specified data type of the attribute.
|
Actuator |
Actuator.withDataType(NodeDataType dataType)
The specified data type of the actuator.
|
Sensor |
Sensor.withDataType(NodeDataType dataType)
The specified data type of the sensor.
|
Copyright © 2024. All rights reserved.