| 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<ListModelManifestNodesResult> |
AbstractAWSIoTFleetWiseAsync.listModelManifestNodesAsync(ListModelManifestNodesRequest request,
AsyncHandler<ListModelManifestNodesRequest,ListModelManifestNodesResult> asyncHandler) |
Future<ListModelManifestNodesResult> |
AWSIoTFleetWiseAsyncClient.listModelManifestNodesAsync(ListModelManifestNodesRequest request,
AsyncHandler<ListModelManifestNodesRequest,ListModelManifestNodesResult> asyncHandler) |
Future<ListModelManifestNodesResult> |
AWSIoTFleetWiseAsync.listModelManifestNodesAsync(ListModelManifestNodesRequest listModelManifestNodesRequest,
AsyncHandler<ListModelManifestNodesRequest,ListModelManifestNodesResult> asyncHandler)
Lists information about nodes specified in a vehicle model (model manifest).
|
| Modifier and Type | Method and Description |
|---|---|
ListModelManifestNodesRequest |
ListModelManifestNodesRequest.clone() |
ListModelManifestNodesRequest |
ListModelManifestNodesRequest.withMaxResults(Integer maxResults)
The maximum number of items to return, between 1 and 100, inclusive.
|
ListModelManifestNodesRequest |
ListModelManifestNodesRequest.withName(String name)
The name of the vehicle model to list information about.
|
ListModelManifestNodesRequest |
ListModelManifestNodesRequest.withNextToken(String nextToken)
A pagination token for the next set of results.
|
Copyright © 2024. All rights reserved.