| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateModelManifestResponse |
IoTFleetWiseClient.createModelManifest(Consumer<CreateModelManifestRequest.Builder> createModelManifestRequest)
Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators).
|
default CreateModelManifestResponse |
IoTFleetWiseClient.createModelManifest(CreateModelManifestRequest createModelManifestRequest)
Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators).
|
default CreateSignalCatalogResponse |
IoTFleetWiseClient.createSignalCatalog(Consumer<CreateSignalCatalogRequest.Builder> createSignalCatalogRequest)
Creates a collection of standardized signals that can be reused to create vehicle models.
|
default CreateSignalCatalogResponse |
IoTFleetWiseClient.createSignalCatalog(CreateSignalCatalogRequest createSignalCatalogRequest)
Creates a collection of standardized signals that can be reused to create vehicle models.
|
default ImportDecoderManifestResponse |
IoTFleetWiseClient.importDecoderManifest(Consumer<ImportDecoderManifestRequest.Builder> importDecoderManifestRequest)
Creates a decoder manifest using your existing CAN DBC file from your local device.
|
default ImportDecoderManifestResponse |
IoTFleetWiseClient.importDecoderManifest(ImportDecoderManifestRequest importDecoderManifestRequest)
Creates a decoder manifest using your existing CAN DBC file from your local device.
|
default ImportSignalCatalogResponse |
IoTFleetWiseClient.importSignalCatalog(Consumer<ImportSignalCatalogRequest.Builder> importSignalCatalogRequest)
Creates a signal catalog using your existing VSS formatted content from your local device.
|
default ImportSignalCatalogResponse |
IoTFleetWiseClient.importSignalCatalog(ImportSignalCatalogRequest importSignalCatalogRequest)
Creates a signal catalog using your existing VSS formatted content from your local device.
|
default UpdateModelManifestResponse |
IoTFleetWiseClient.updateModelManifest(Consumer<UpdateModelManifestRequest.Builder> updateModelManifestRequest)
Updates a vehicle model (model manifest).
|
default UpdateModelManifestResponse |
IoTFleetWiseClient.updateModelManifest(UpdateModelManifestRequest updateModelManifestRequest)
Updates a vehicle model (model manifest).
|
default UpdateSignalCatalogResponse |
IoTFleetWiseClient.updateSignalCatalog(Consumer<UpdateSignalCatalogRequest.Builder> updateSignalCatalogRequest)
Updates a signal catalog.
|
default UpdateSignalCatalogResponse |
IoTFleetWiseClient.updateSignalCatalog(UpdateSignalCatalogRequest updateSignalCatalogRequest)
Updates a signal catalog.
|
Copyright © 2022. All rights reserved.