| 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<ListDecoderManifestSignalsResult> |
AWSIoTFleetWiseAsyncClient.listDecoderManifestSignalsAsync(ListDecoderManifestSignalsRequest request,
AsyncHandler<ListDecoderManifestSignalsRequest,ListDecoderManifestSignalsResult> asyncHandler) |
Future<ListDecoderManifestSignalsResult> |
AbstractAWSIoTFleetWiseAsync.listDecoderManifestSignalsAsync(ListDecoderManifestSignalsRequest request,
AsyncHandler<ListDecoderManifestSignalsRequest,ListDecoderManifestSignalsResult> asyncHandler) |
Future<ListDecoderManifestSignalsResult> |
AWSIoTFleetWiseAsync.listDecoderManifestSignalsAsync(ListDecoderManifestSignalsRequest listDecoderManifestSignalsRequest,
AsyncHandler<ListDecoderManifestSignalsRequest,ListDecoderManifestSignalsResult> asyncHandler)
A list of information about signal decoders specified in a decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
ListDecoderManifestSignalsRequest |
ListDecoderManifestSignalsRequest.clone() |
ListDecoderManifestSignalsRequest |
ListDecoderManifestSignalsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return, between 1 and 100, inclusive.
|
ListDecoderManifestSignalsRequest |
ListDecoderManifestSignalsRequest.withName(String name)
The name of the decoder manifest to list information about.
|
ListDecoderManifestSignalsRequest |
ListDecoderManifestSignalsRequest.withNextToken(String nextToken)
A pagination token for the next set of results.
|
Copyright © 2023. All rights reserved.