Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.Actuator
-
Packages that use Actuator Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of Actuator in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return Actuator Modifier and Type Method Description ActuatorNode. actuator()Information about a node specified as an actuator.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type Actuator Modifier and Type Method Description Node.BuilderNode.Builder. actuator(Actuator actuator)Information about a node specified as an actuator.static NodeNode. fromActuator(Actuator actuator)Create an instance of this class withNode.actuator()initialized to the given value.
-