| 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 |
|---|---|
GetDecoderManifestResult |
AWSIoTFleetWiseClient.getDecoderManifest(GetDecoderManifestRequest request)
Retrieves information about a created decoder manifest.
|
GetDecoderManifestResult |
AWSIoTFleetWise.getDecoderManifest(GetDecoderManifestRequest getDecoderManifestRequest)
Retrieves information about a created decoder manifest.
|
GetDecoderManifestResult |
AbstractAWSIoTFleetWise.getDecoderManifest(GetDecoderManifestRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDecoderManifestResult> |
AWSIoTFleetWiseAsyncClient.getDecoderManifestAsync(GetDecoderManifestRequest request,
AsyncHandler<GetDecoderManifestRequest,GetDecoderManifestResult> asyncHandler) |
Future<GetDecoderManifestResult> |
AbstractAWSIoTFleetWiseAsync.getDecoderManifestAsync(GetDecoderManifestRequest request,
AsyncHandler<GetDecoderManifestRequest,GetDecoderManifestResult> asyncHandler) |
Future<GetDecoderManifestResult> |
AWSIoTFleetWiseAsync.getDecoderManifestAsync(GetDecoderManifestRequest getDecoderManifestRequest,
AsyncHandler<GetDecoderManifestRequest,GetDecoderManifestResult> asyncHandler)
Retrieves information about a created decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
GetDecoderManifestResult |
GetDecoderManifestResult.clone() |
GetDecoderManifestResult |
GetDecoderManifestResult.withArn(String arn)
The Amazon Resource Name (ARN) of the decoder manifest.
|
GetDecoderManifestResult |
GetDecoderManifestResult.withCreationTime(Date creationTime)
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetDecoderManifestResult |
GetDecoderManifestResult.withDescription(String description)
A brief description of the decoder manifest.
|
GetDecoderManifestResult |
GetDecoderManifestResult.withLastModificationTime(Date lastModificationTime)
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetDecoderManifestResult |
GetDecoderManifestResult.withMessage(String message)
The detailed message for the decoder manifest.
|
GetDecoderManifestResult |
GetDecoderManifestResult.withModelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
|
GetDecoderManifestResult |
GetDecoderManifestResult.withName(String name)
The name of the decoder manifest.
|
GetDecoderManifestResult |
GetDecoderManifestResult.withStatus(ManifestStatus status)
The state of the decoder manifest.
|
GetDecoderManifestResult |
GetDecoderManifestResult.withStatus(String status)
The state of the decoder manifest.
|
Copyright © 2024. All rights reserved.