| 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<UpdateModelManifestResult> |
AbstractAWSIoTFleetWiseAsync.updateModelManifestAsync(UpdateModelManifestRequest request,
AsyncHandler<UpdateModelManifestRequest,UpdateModelManifestResult> asyncHandler) |
Future<UpdateModelManifestResult> |
AWSIoTFleetWiseAsync.updateModelManifestAsync(UpdateModelManifestRequest updateModelManifestRequest,
AsyncHandler<UpdateModelManifestRequest,UpdateModelManifestResult> asyncHandler)
Updates a vehicle model (model manifest).
|
Future<UpdateModelManifestResult> |
AWSIoTFleetWiseAsyncClient.updateModelManifestAsync(UpdateModelManifestRequest request,
AsyncHandler<UpdateModelManifestRequest,UpdateModelManifestResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateModelManifestRequest |
UpdateModelManifestRequest.clone() |
UpdateModelManifestRequest |
UpdateModelManifestRequest.withDescription(String description)
A brief description of the vehicle model.
|
UpdateModelManifestRequest |
UpdateModelManifestRequest.withName(String name)
The name of the vehicle model to update.
|
UpdateModelManifestRequest |
UpdateModelManifestRequest.withNodesToAdd(Collection<String> nodesToAdd)
A list of
fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the
vehicle model. |
UpdateModelManifestRequest |
UpdateModelManifestRequest.withNodesToAdd(String... nodesToAdd)
A list of
fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the
vehicle model. |
UpdateModelManifestRequest |
UpdateModelManifestRequest.withNodesToRemove(Collection<String> nodesToRemove)
A list of
fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from
the vehicle model. |
UpdateModelManifestRequest |
UpdateModelManifestRequest.withNodesToRemove(String... nodesToRemove)
A list of
fullyQualifiedName of nodes, which are a general abstraction of signals, to remove from
the vehicle model. |
UpdateModelManifestRequest |
UpdateModelManifestRequest.withStatus(ManifestStatus status)
The state of the vehicle model.
|
UpdateModelManifestRequest |
UpdateModelManifestRequest.withStatus(String status)
The state of the vehicle model.
|
Copyright © 2023. All rights reserved.