| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDecoderManifestResult> |
AWSIoTFleetWiseAsyncClient.createDecoderManifestAsync(CreateDecoderManifestRequest request,
AsyncHandler<CreateDecoderManifestRequest,CreateDecoderManifestResult> asyncHandler) |
Future<CreateDecoderManifestResult> |
AbstractAWSIoTFleetWiseAsync.createDecoderManifestAsync(CreateDecoderManifestRequest request,
AsyncHandler<CreateDecoderManifestRequest,CreateDecoderManifestResult> asyncHandler) |
Future<CreateDecoderManifestResult> |
AWSIoTFleetWiseAsync.createDecoderManifestAsync(CreateDecoderManifestRequest createDecoderManifestRequest,
AsyncHandler<CreateDecoderManifestRequest,CreateDecoderManifestResult> asyncHandler)
Creates the decoder manifest associated with a model manifest.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.clone() |
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.withDescription(String description)
A brief description of the decoder manifest.
|
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.withModelManifestArn(String modelManifestArn)
The Amazon Resource Name (ARN) of the vehicle model (model manifest).
|
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.withName(String name)
The unique name of the decoder manifest to create.
|
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of information about available network interfaces.
|
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.withNetworkInterfaces(NetworkInterface... networkInterfaces)
A list of information about available network interfaces.
|
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.withSignalDecoders(Collection<SignalDecoder> signalDecoders)
A list of information about signal decoders.
|
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.withSignalDecoders(SignalDecoder... signalDecoders)
A list of information about signal decoders.
|
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.withTags(Collection<Tag> tags)
Metadata that can be used to manage the decoder manifest.
|
CreateDecoderManifestRequest |
CreateDecoderManifestRequest.withTags(Tag... tags)
Metadata that can be used to manage the decoder manifest.
|
Copyright © 2023. All rights reserved.