| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
static NodeCounts.Builder |
NodeCounts.builder() |
NodeCounts.Builder |
NodeCounts.toBuilder() |
NodeCounts.Builder |
NodeCounts.Builder.totalActuators(Integer totalActuators)
The total number of nodes in a vehicle network that represent actuators.
|
NodeCounts.Builder |
NodeCounts.Builder.totalAttributes(Integer totalAttributes)
The total number of nodes in a vehicle network that represent attributes.
|
NodeCounts.Builder |
NodeCounts.Builder.totalBranches(Integer totalBranches)
The total number of nodes in a vehicle network that represent branches.
|
NodeCounts.Builder |
NodeCounts.Builder.totalNodes(Integer totalNodes)
The total number of nodes in a vehicle network.
|
NodeCounts.Builder |
NodeCounts.Builder.totalSensors(Integer totalSensors)
The total number of nodes in a vehicle network that represent sensors.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NodeCounts.Builder> |
NodeCounts.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSignalCatalogResponse.Builder |
GetSignalCatalogResponse.Builder.nodeCounts(Consumer<NodeCounts.Builder> nodeCounts)
The total number of network nodes specified in a signal catalog.
|
Copyright © 2022. All rights reserved.