Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.NodeDataType
-
Packages that use NodeDataType Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of NodeDataType in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return NodeDataType Modifier and Type Method Description NodeDataTypeActuator. dataType()The specified data type of the actuator.NodeDataTypeAttribute. dataType()The specified data type of the attribute.NodeDataTypeCustomProperty. dataType()The data type for the custom property.NodeDataTypeSensor. dataType()The specified data type of the sensor.static NodeDataTypeNodeDataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NodeDataTypeNodeDataType. 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.Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type NodeDataType Modifier and Type Method Description static Set<NodeDataType>NodeDataType. knownValues()Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type NodeDataType Modifier and Type Method Description Actuator.BuilderActuator.Builder. dataType(NodeDataType dataType)The specified data type of the actuator.Attribute.BuilderAttribute.Builder. dataType(NodeDataType dataType)The specified data type of the attribute.CustomProperty.BuilderCustomProperty.Builder. dataType(NodeDataType dataType)The data type for the custom property.Sensor.BuilderSensor.Builder. dataType(NodeDataType dataType)The specified data type of the sensor.
-