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