Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.CanDbcDefinition
-
Packages that use CanDbcDefinition Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of CanDbcDefinition in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return CanDbcDefinition Modifier and Type Method Description CanDbcDefinitionNetworkFileDefinition. canDbc()Information, including CAN DBC files, about the configurations used to create a decoder manifest.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type CanDbcDefinition Modifier and Type Method Description NetworkFileDefinition.BuilderNetworkFileDefinition.Builder. canDbc(CanDbcDefinition canDbc)Information, including CAN DBC files, about the configurations used to create a decoder manifest.static NetworkFileDefinitionNetworkFileDefinition. fromCanDbc(CanDbcDefinition canDbc)Create an instance of this class withNetworkFileDefinition.canDbc()initialized to the given value.
-