Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.NetworkFileDefinition
-
Packages that use NetworkFileDefinition Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of NetworkFileDefinition in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return NetworkFileDefinition Modifier and Type Method Description static NetworkFileDefinitionNetworkFileDefinition. fromCanDbc(Consumer<CanDbcDefinition.Builder> canDbc)Create an instance of this class withcanDbc()initialized to the given value.static NetworkFileDefinitionNetworkFileDefinition. fromCanDbc(CanDbcDefinition canDbc)Create an instance of this class withcanDbc()initialized to the given value.Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type NetworkFileDefinition Modifier and Type Method Description List<NetworkFileDefinition>ImportDecoderManifestRequest. networkFileDefinitions()The file to load into an Amazon Web Services account.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type NetworkFileDefinition Modifier and Type Method Description ImportDecoderManifestRequest.BuilderImportDecoderManifestRequest.Builder. networkFileDefinitions(NetworkFileDefinition... networkFileDefinitions)The file to load into an Amazon Web Services account.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type NetworkFileDefinition Modifier and Type Method Description ImportDecoderManifestRequest.BuilderImportDecoderManifestRequest.Builder. networkFileDefinitions(Collection<NetworkFileDefinition> networkFileDefinitions)The file to load into an Amazon Web Services account.
-