| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.clone() |
Node |
Node.withActuator(Actuator actuator)
Information about a node specified as an actuator.
|
Node |
Node.withAttribute(Attribute attribute)
Information about a node specified as an attribute.
|
Node |
Node.withBranch(Branch branch)
Information about a node specified as a branch.
|
Node |
Node.withSensor(Sensor sensor) |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
InvalidNodeException.getInvalidNodes()
The specified node type isn't valid.
|
List<Node> |
ListSignalCatalogNodesResult.getNodes()
A list of information about nodes.
|
List<Node> |
CreateSignalCatalogRequest.getNodes()
A list of information about nodes, which are a general abstraction of signals.
|
List<Node> |
ListModelManifestNodesResult.getNodes()
A list of information about nodes.
|
List<Node> |
UpdateSignalCatalogRequest.getNodesToAdd()
A list of information about nodes to add to the signal catalog.
|
List<Node> |
UpdateSignalCatalogRequest.getNodesToUpdate()
A list of information about nodes to update in the signal catalog.
|
| Modifier and Type | Method and Description |
|---|---|
InvalidNodeException |
InvalidNodeException.withInvalidNodes(Node... invalidNodes)
The specified node type isn't valid.
|
ListSignalCatalogNodesResult |
ListSignalCatalogNodesResult.withNodes(Node... nodes)
A list of information about nodes.
|
CreateSignalCatalogRequest |
CreateSignalCatalogRequest.withNodes(Node... nodes)
A list of information about nodes, which are a general abstraction of signals.
|
ListModelManifestNodesResult |
ListModelManifestNodesResult.withNodes(Node... nodes)
A list of information about nodes.
|
UpdateSignalCatalogRequest |
UpdateSignalCatalogRequest.withNodesToAdd(Node... nodesToAdd)
A list of information about nodes to add to the signal catalog.
|
UpdateSignalCatalogRequest |
UpdateSignalCatalogRequest.withNodesToUpdate(Node... nodesToUpdate)
A list of information about nodes to update in the signal catalog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvalidNodeException.setInvalidNodes(Collection<Node> invalidNodes)
The specified node type isn't valid.
|
void |
ListSignalCatalogNodesResult.setNodes(Collection<Node> nodes)
A list of information about nodes.
|
void |
CreateSignalCatalogRequest.setNodes(Collection<Node> nodes)
A list of information about nodes, which are a general abstraction of signals.
|
void |
ListModelManifestNodesResult.setNodes(Collection<Node> nodes)
A list of information about nodes.
|
void |
UpdateSignalCatalogRequest.setNodesToAdd(Collection<Node> nodesToAdd)
A list of information about nodes to add to the signal catalog.
|
void |
UpdateSignalCatalogRequest.setNodesToUpdate(Collection<Node> nodesToUpdate)
A list of information about nodes to update in the signal catalog.
|
InvalidNodeException |
InvalidNodeException.withInvalidNodes(Collection<Node> invalidNodes)
The specified node type isn't valid.
|
ListSignalCatalogNodesResult |
ListSignalCatalogNodesResult.withNodes(Collection<Node> nodes)
A list of information about nodes.
|
CreateSignalCatalogRequest |
CreateSignalCatalogRequest.withNodes(Collection<Node> nodes)
A list of information about nodes, which are a general abstraction of signals.
|
ListModelManifestNodesResult |
ListModelManifestNodesResult.withNodes(Collection<Node> nodes)
A list of information about nodes.
|
UpdateSignalCatalogRequest |
UpdateSignalCatalogRequest.withNodesToAdd(Collection<Node> nodesToAdd)
A list of information about nodes to add to the signal catalog.
|
UpdateSignalCatalogRequest |
UpdateSignalCatalogRequest.withNodesToUpdate(Collection<Node> nodesToUpdate)
A list of information about nodes to update in the signal catalog.
|
Copyright © 2023. All rights reserved.