| 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<ListDecoderManifestsResult> |
AbstractAWSIoTFleetWiseAsync.listDecoderManifestsAsync(ListDecoderManifestsRequest request,
AsyncHandler<ListDecoderManifestsRequest,ListDecoderManifestsResult> asyncHandler) |
Future<ListDecoderManifestsResult> |
AWSIoTFleetWiseAsyncClient.listDecoderManifestsAsync(ListDecoderManifestsRequest request,
AsyncHandler<ListDecoderManifestsRequest,ListDecoderManifestsResult> asyncHandler) |
Future<ListDecoderManifestsResult> |
AWSIoTFleetWiseAsync.listDecoderManifestsAsync(ListDecoderManifestsRequest listDecoderManifestsRequest,
AsyncHandler<ListDecoderManifestsRequest,ListDecoderManifestsResult> asyncHandler)
Lists decoder manifests.
|
| Modifier and Type | Method and Description |
|---|---|
ListDecoderManifestsRequest |
ListDecoderManifestsRequest.clone() |
ListDecoderManifestsRequest |
ListDecoderManifestsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return, between 1 and 100, inclusive.
|
ListDecoderManifestsRequest |
ListDecoderManifestsRequest.withModelManifestArn(String modelManifestArn)
The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.
|
ListDecoderManifestsRequest |
ListDecoderManifestsRequest.withNextToken(String nextToken)
A pagination token for the next set of results.
|
Copyright © 2024. All rights reserved.