Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.SignalNodeType
-
Packages that use SignalNodeType Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of SignalNodeType in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return SignalNodeType Modifier and Type Method Description static SignalNodeTypeSignalNodeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SignalNodeTypeListSignalCatalogNodesRequest. signalNodeType()The type of node in the signal catalog.static SignalNodeTypeSignalNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static SignalNodeType[]SignalNodeType. 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 SignalNodeType Modifier and Type Method Description static Set<SignalNodeType>SignalNodeType. knownValues()Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type SignalNodeType Modifier and Type Method Description ListSignalCatalogNodesRequest.BuilderListSignalCatalogNodesRequest.Builder. signalNodeType(SignalNodeType signalNodeType)The type of node in the signal catalog.
-