Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.Node
-
Packages that use Node Package Description software.amazon.awssdk.services.iotfleetwise.model software.amazon.awssdk.services.iotfleetwise.paginators -
-
Uses of Node in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return Node Modifier and Type Method Description static NodeNode. fromActuator(Consumer<Actuator.Builder> actuator)Create an instance of this class withactuator()initialized to the given value.static NodeNode. fromActuator(Actuator actuator)Create an instance of this class withactuator()initialized to the given value.static NodeNode. fromAttribute(Consumer<Attribute.Builder> attribute)Create an instance of this class withattribute()initialized to the given value.static NodeNode. fromAttribute(Attribute attribute)Create an instance of this class withattribute()initialized to the given value.static NodeNode. fromBranch(Consumer<Branch.Builder> branch)Create an instance of this class withbranch()initialized to the given value.static NodeNode. fromBranch(Branch branch)Create an instance of this class withbranch()initialized to the given value.static NodeNode. fromProperty(Consumer<CustomProperty.Builder> property)Create an instance of this class withproperty()initialized to the given value.static NodeNode. fromProperty(CustomProperty property)Create an instance of this class withproperty()initialized to the given value.static NodeNode. fromSensor(Consumer<Sensor.Builder> sensor)Create an instance of this class withsensor()initialized to the given value.static NodeNode. fromSensor(Sensor sensor)Create an instance of this class withsensor()initialized to the given value.static NodeNode. fromStruct(Consumer<CustomStruct.Builder> struct)Create an instance of this class withstruct()initialized to the given value.static NodeNode. fromStruct(CustomStruct struct)Create an instance of this class withstruct()initialized to the given value.Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type Node Modifier and Type Method Description List<Node>InvalidNodeException. invalidNodes()The specified node type isn't valid.List<Node>CreateSignalCatalogRequest. nodes()A list of information about nodes, which are a general abstraction of signals.List<Node>ListModelManifestNodesResponse. nodes()A list of information about nodes.List<Node>ListSignalCatalogNodesResponse. nodes()A list of information about nodes.List<Node>UpdateSignalCatalogRequest. nodesToAdd()A list of information about nodes to add to the signal catalog.List<Node>UpdateSignalCatalogRequest. nodesToUpdate()A list of information about nodes to update in the signal catalog.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type Node Modifier and Type Method Description InvalidNodeException.BuilderInvalidNodeException.Builder. invalidNodes(Node... invalidNodes)The specified node type isn't valid.CreateSignalCatalogRequest.BuilderCreateSignalCatalogRequest.Builder. nodes(Node... nodes)A list of information about nodes, which are a general abstraction of signals.ListModelManifestNodesResponse.BuilderListModelManifestNodesResponse.Builder. nodes(Node... nodes)A list of information about nodes.ListSignalCatalogNodesResponse.BuilderListSignalCatalogNodesResponse.Builder. nodes(Node... nodes)A list of information about nodes.UpdateSignalCatalogRequest.BuilderUpdateSignalCatalogRequest.Builder. nodesToAdd(Node... nodesToAdd)A list of information about nodes to add to the signal catalog.UpdateSignalCatalogRequest.BuilderUpdateSignalCatalogRequest.Builder. nodesToUpdate(Node... nodesToUpdate)A list of information about nodes to update in the signal catalog.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type Node Modifier and Type Method Description InvalidNodeException.BuilderInvalidNodeException.Builder. invalidNodes(Collection<Node> invalidNodes)The specified node type isn't valid.CreateSignalCatalogRequest.BuilderCreateSignalCatalogRequest.Builder. nodes(Collection<Node> nodes)A list of information about nodes, which are a general abstraction of signals.ListModelManifestNodesResponse.BuilderListModelManifestNodesResponse.Builder. nodes(Collection<Node> nodes)A list of information about nodes.ListSignalCatalogNodesResponse.BuilderListSignalCatalogNodesResponse.Builder. nodes(Collection<Node> nodes)A list of information about nodes.UpdateSignalCatalogRequest.BuilderUpdateSignalCatalogRequest.Builder. nodesToAdd(Collection<Node> nodesToAdd)A list of information about nodes to add to the signal catalog.UpdateSignalCatalogRequest.BuilderUpdateSignalCatalogRequest.Builder. nodesToUpdate(Collection<Node> nodesToUpdate)A list of information about nodes to update in the signal catalog. -
Uses of Node in software.amazon.awssdk.services.iotfleetwise.paginators
Methods in software.amazon.awssdk.services.iotfleetwise.paginators that return types with arguments of type Node Modifier and Type Method Description SdkIterable<Node>ListModelManifestNodesIterable. nodes()Returns an iterable to iterate through the paginatedListModelManifestNodesResponse.nodes()member.SdkPublisher<Node>ListModelManifestNodesPublisher. nodes()Returns a publisher that can be used to get a stream of data.SdkIterable<Node>ListSignalCatalogNodesIterable. nodes()Returns an iterable to iterate through the paginatedListSignalCatalogNodesResponse.nodes()member.SdkPublisher<Node>ListSignalCatalogNodesPublisher. nodes()Returns a publisher that can be used to get a stream of data.
-