| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateDecoderManifestResponse> |
IoTFleetWiseAsyncClient.updateDecoderManifest(Consumer<UpdateDecoderManifestRequest.Builder> updateDecoderManifestRequest)
Updates a decoder manifest.
|
default UpdateDecoderManifestResponse |
IoTFleetWiseClient.updateDecoderManifest(Consumer<UpdateDecoderManifestRequest.Builder> updateDecoderManifestRequest)
Updates a decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.builder() |
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.description(String description)
A brief description of the decoder manifest to update.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.name(String name)
The name of the decoder manifest to update.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.networkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.networkInterfacesToAdd(Consumer<NetworkInterface.Builder>... networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.networkInterfacesToAdd(NetworkInterface... networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.networkInterfacesToRemove(Collection<String> networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.networkInterfacesToRemove(String... networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.networkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.networkInterfacesToUpdate(Consumer<NetworkInterface.Builder>... networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.networkInterfacesToUpdate(NetworkInterface... networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.signalDecodersToAdd(Collection<SignalDecoder> signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.signalDecodersToAdd(Consumer<SignalDecoder.Builder>... signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.signalDecodersToAdd(SignalDecoder... signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.signalDecodersToRemove(Collection<String> signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.signalDecodersToRemove(String... signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.signalDecodersToUpdate(Collection<SignalDecoder> signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.signalDecodersToUpdate(Consumer<SignalDecoder.Builder>... signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.signalDecodersToUpdate(SignalDecoder... signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.status(ManifestStatus status)
The state of the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.status(String status)
The state of the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateDecoderManifestRequest.Builder> |
UpdateDecoderManifestRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.