| 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<UpdateDecoderManifestResult> |
AWSIoTFleetWiseAsyncClient.updateDecoderManifestAsync(UpdateDecoderManifestRequest request,
AsyncHandler<UpdateDecoderManifestRequest,UpdateDecoderManifestResult> asyncHandler) |
Future<UpdateDecoderManifestResult> |
AWSIoTFleetWiseAsync.updateDecoderManifestAsync(UpdateDecoderManifestRequest updateDecoderManifestRequest,
AsyncHandler<UpdateDecoderManifestRequest,UpdateDecoderManifestResult> asyncHandler)
Updates a decoder manifest.
|
Future<UpdateDecoderManifestResult> |
AbstractAWSIoTFleetWiseAsync.updateDecoderManifestAsync(UpdateDecoderManifestRequest request,
AsyncHandler<UpdateDecoderManifestRequest,UpdateDecoderManifestResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.clone() |
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withDescription(String description)
A brief description of the decoder manifest to update.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withName(String name)
The name of the decoder manifest to update.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withNetworkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withNetworkInterfacesToAdd(NetworkInterface... networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withNetworkInterfacesToRemove(Collection<String> networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withNetworkInterfacesToRemove(String... networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withNetworkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withNetworkInterfacesToUpdate(NetworkInterface... networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withSignalDecodersToAdd(Collection<SignalDecoder> signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withSignalDecodersToAdd(SignalDecoder... signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withSignalDecodersToRemove(Collection<String> signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withSignalDecodersToRemove(String... signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withSignalDecodersToUpdate(Collection<SignalDecoder> signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withSignalDecodersToUpdate(SignalDecoder... signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withStatus(ManifestStatus status)
The state of the decoder manifest.
|
UpdateDecoderManifestRequest |
UpdateDecoderManifestRequest.withStatus(String status)
The state of the decoder manifest.
|
Copyright © 2022. All rights reserved.