Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.NodeDataEncoding
-
Packages that use NodeDataEncoding Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of NodeDataEncoding in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return NodeDataEncoding Modifier and Type Method Description NodeDataEncodingCustomProperty. dataEncoding()Indicates whether the property is binary data.static NodeDataEncodingNodeDataEncoding. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NodeDataEncodingNodeDataEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeDataEncoding[]NodeDataEncoding. 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 NodeDataEncoding Modifier and Type Method Description static Set<NodeDataEncoding>NodeDataEncoding. knownValues()Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type NodeDataEncoding Modifier and Type Method Description CustomProperty.BuilderCustomProperty.Builder. dataEncoding(NodeDataEncoding dataEncoding)Indicates whether the property is binary data.
-