Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.ImportDecoderManifestRequest.Builder
-
Packages that use ImportDecoderManifestRequest.Builder Package Description software.amazon.awssdk.services.iotfleetwise Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer vehicle data to the Amazon Web Services cloud at scale.software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of ImportDecoderManifestRequest.Builder in software.amazon.awssdk.services.iotfleetwise
Method parameters in software.amazon.awssdk.services.iotfleetwise with type arguments of type ImportDecoderManifestRequest.Builder Modifier and Type Method Description default CompletableFuture<ImportDecoderManifestResponse>IoTFleetWiseAsyncClient. importDecoderManifest(Consumer<ImportDecoderManifestRequest.Builder> importDecoderManifestRequest)Creates a decoder manifest using your existing CAN DBC file from your local device.default ImportDecoderManifestResponseIoTFleetWiseClient. importDecoderManifest(Consumer<ImportDecoderManifestRequest.Builder> importDecoderManifestRequest)Creates a decoder manifest using your existing CAN DBC file from your local device. -
Uses of ImportDecoderManifestRequest.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return ImportDecoderManifestRequest.Builder Modifier and Type Method Description static ImportDecoderManifestRequest.BuilderImportDecoderManifestRequest. builder()ImportDecoderManifestRequest.BuilderImportDecoderManifestRequest.Builder. name(String name)The name of the decoder manifest to import.ImportDecoderManifestRequest.BuilderImportDecoderManifestRequest.Builder. networkFileDefinitions(Collection<NetworkFileDefinition> networkFileDefinitions)The file to load into an Amazon Web Services account.ImportDecoderManifestRequest.BuilderImportDecoderManifestRequest.Builder. networkFileDefinitions(Consumer<NetworkFileDefinition.Builder>... networkFileDefinitions)The file to load into an Amazon Web Services account.ImportDecoderManifestRequest.BuilderImportDecoderManifestRequest.Builder. networkFileDefinitions(NetworkFileDefinition... networkFileDefinitions)The file to load into an Amazon Web Services account.ImportDecoderManifestRequest.BuilderImportDecoderManifestRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ImportDecoderManifestRequest.BuilderImportDecoderManifestRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ImportDecoderManifestRequest.BuilderImportDecoderManifestRequest. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type ImportDecoderManifestRequest.Builder Modifier and Type Method Description static Class<? extends ImportDecoderManifestRequest.Builder>ImportDecoderManifestRequest. serializableBuilderClass()
-