| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
NodeDataType |
Attribute.dataType()
The specified data type of the attribute.
|
NodeDataType |
Sensor.dataType()
The specified data type of the sensor.
|
NodeDataType |
Actuator.dataType()
The specified data type of the actuator.
|
static NodeDataType |
NodeDataType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<NodeDataType> |
NodeDataType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Attribute.Builder |
Attribute.Builder.dataType(NodeDataType dataType)
The specified data type of the attribute.
|
Sensor.Builder |
Sensor.Builder.dataType(NodeDataType dataType)
The specified data type of the sensor.
|
Actuator.Builder |
Actuator.Builder.dataType(NodeDataType dataType)
The specified data type of the actuator.
|
Copyright © 2022. All rights reserved.