| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model | |
| software.amazon.awssdk.services.iotfleetwise.paginators |
| Modifier and Type | Method and Description |
|---|---|
static Node |
Node.fromActuator(Actuator actuator)
Create an instance of this class with
actuator() initialized to the given value. |
static Node |
Node.fromActuator(Consumer<Actuator.Builder> actuator)
Create an instance of this class with
actuator() initialized to the given value. |
static Node |
Node.fromAttribute(Attribute attribute)
Create an instance of this class with
attribute() initialized to the given value. |
static Node |
Node.fromAttribute(Consumer<Attribute.Builder> attribute)
Create an instance of this class with
attribute() initialized to the given value. |
static Node |
Node.fromBranch(Branch branch)
Create an instance of this class with
branch() initialized to the given value. |
static Node |
Node.fromBranch(Consumer<Branch.Builder> branch)
Create an instance of this class with
branch() initialized to the given value. |
static Node |
Node.fromSensor(Consumer<Sensor.Builder> sensor)
Create an instance of this class with
sensor() initialized to the given value. |
static Node |
Node.fromSensor(Sensor sensor)
Create an instance of this class with
sensor() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
InvalidNodeException.invalidNodes()
The specified node type isn't valid.
|
List<Node> |
ListSignalCatalogNodesResponse.nodes()
A list of information about nodes.
|
List<Node> |
ListModelManifestNodesResponse.nodes()
A list of information about nodes.
|
List<Node> |
CreateSignalCatalogRequest.nodes()
A list of information about nodes, which are a general abstraction of signals.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
InvalidNodeException.Builder |
InvalidNodeException.Builder.invalidNodes(Node... invalidNodes)
The specified node type isn't valid.
|
ListSignalCatalogNodesResponse.Builder |
ListSignalCatalogNodesResponse.Builder.nodes(Node... nodes)
A list of information about nodes.
|
ListModelManifestNodesResponse.Builder |
ListModelManifestNodesResponse.Builder.nodes(Node... nodes)
A list of information about nodes.
|
CreateSignalCatalogRequest.Builder |
CreateSignalCatalogRequest.Builder.nodes(Node... nodes)
A list of information about nodes, which are a general abstraction of signals.
|
UpdateSignalCatalogRequest.Builder |
UpdateSignalCatalogRequest.Builder.nodesToAdd(Node... nodesToAdd)
A list of information about nodes to add to the signal catalog.
|
UpdateSignalCatalogRequest.Builder |
UpdateSignalCatalogRequest.Builder.nodesToUpdate(Node... nodesToUpdate)
A list of information about nodes to update in the signal catalog.
|
| Modifier and Type | Method and Description |
|---|---|
InvalidNodeException.Builder |
InvalidNodeException.Builder.invalidNodes(Collection<Node> invalidNodes)
The specified node type isn't valid.
|
ListSignalCatalogNodesResponse.Builder |
ListSignalCatalogNodesResponse.Builder.nodes(Collection<Node> nodes)
A list of information about nodes.
|
ListModelManifestNodesResponse.Builder |
ListModelManifestNodesResponse.Builder.nodes(Collection<Node> nodes)
A list of information about nodes.
|
CreateSignalCatalogRequest.Builder |
CreateSignalCatalogRequest.Builder.nodes(Collection<Node> nodes)
A list of information about nodes, which are a general abstraction of signals.
|
UpdateSignalCatalogRequest.Builder |
UpdateSignalCatalogRequest.Builder.nodesToAdd(Collection<Node> nodesToAdd)
A list of information about nodes to add to the signal catalog.
|
UpdateSignalCatalogRequest.Builder |
UpdateSignalCatalogRequest.Builder.nodesToUpdate(Collection<Node> nodesToUpdate)
A list of information about nodes to update in the signal catalog.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Node> |
ListSignalCatalogNodesIterable.nodes()
Returns an iterable to iterate through the paginated
ListSignalCatalogNodesResponse.nodes() member. |
SdkPublisher<Node> |
ListModelManifestNodesPublisher.nodes()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<Node> |
ListSignalCatalogNodesPublisher.nodes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Node> |
ListModelManifestNodesIterable.nodes()
Returns an iterable to iterate through the paginated
ListModelManifestNodesResponse.nodes() member. |
Copyright © 2022. All rights reserved.