| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
Sensor |
Sensor.clone() |
Sensor |
Node.getSensor() |
Sensor |
Sensor.withAllowedValues(Collection<String> allowedValues)
A list of possible values a sensor can take.
|
Sensor |
Sensor.withAllowedValues(String... allowedValues)
A list of possible values a sensor can take.
|
Sensor |
Sensor.withComment(String comment)
A comment in addition to the description.
|
Sensor |
Sensor.withDataType(NodeDataType dataType)
The specified data type of the sensor.
|
Sensor |
Sensor.withDataType(String dataType)
The specified data type of the sensor.
|
Sensor |
Sensor.withDeprecationMessage(String deprecationMessage)
The deprecation message for the node or the branch that was moved or deleted.
|
Sensor |
Sensor.withDescription(String description)
A brief description of a sensor.
|
Sensor |
Sensor.withFullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the sensor.
|
Sensor |
Sensor.withMax(Double max)
The specified possible maximum value of the sensor.
|
Sensor |
Sensor.withMin(Double min)
The specified possible minimum value of the sensor.
|
Sensor |
Sensor.withStructFullyQualifiedName(String structFullyQualifiedName)
The fully qualified name of the struct node for a sensor if the data type of the actuator is
Struct
or StructArray. |
Sensor |
Sensor.withUnit(String unit)
The scientific unit of measurement for data collected by the sensor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setSensor(Sensor sensor) |
Node |
Node.withSensor(Sensor sensor) |
Copyright © 2025. All rights reserved.