| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
NodeCounts |
NodeCounts.clone() |
NodeCounts |
GetSignalCatalogResult.getNodeCounts()
The total number of network nodes specified in a signal catalog.
|
NodeCounts |
NodeCounts.withTotalActuators(Integer totalActuators)
The total number of nodes in a vehicle network that represent actuators.
|
NodeCounts |
NodeCounts.withTotalAttributes(Integer totalAttributes)
The total number of nodes in a vehicle network that represent attributes.
|
NodeCounts |
NodeCounts.withTotalBranches(Integer totalBranches)
The total number of nodes in a vehicle network that represent branches.
|
NodeCounts |
NodeCounts.withTotalNodes(Integer totalNodes)
The total number of nodes in a vehicle network.
|
NodeCounts |
NodeCounts.withTotalProperties(Integer totalProperties)
The total properties for the node.
|
NodeCounts |
NodeCounts.withTotalSensors(Integer totalSensors)
The total number of nodes in a vehicle network that represent sensors.
|
NodeCounts |
NodeCounts.withTotalStructs(Integer totalStructs)
The total structure for the node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSignalCatalogResult.setNodeCounts(NodeCounts nodeCounts)
The total number of network nodes specified in a signal catalog.
|
GetSignalCatalogResult |
GetSignalCatalogResult.withNodeCounts(NodeCounts nodeCounts)
The total number of network nodes specified in a signal catalog.
|
Copyright © 2023. All rights reserved.