| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
DecoderManifestSummary |
DecoderManifestSummary.clone() |
DecoderManifestSummary |
DecoderManifestSummary.withArn(String arn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
|
DecoderManifestSummary |
DecoderManifestSummary.withCreationTime(Date creationTime)
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
DecoderManifestSummary |
DecoderManifestSummary.withDescription(String description)
A brief description of the decoder manifest.
|
DecoderManifestSummary |
DecoderManifestSummary.withLastModificationTime(Date lastModificationTime)
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
DecoderManifestSummary |
DecoderManifestSummary.withModelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
|
DecoderManifestSummary |
DecoderManifestSummary.withName(String name)
The name of the decoder manifest.
|
DecoderManifestSummary |
DecoderManifestSummary.withStatus(ManifestStatus status)
The state of the decoder manifest.
|
DecoderManifestSummary |
DecoderManifestSummary.withStatus(String status)
The state of the decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
List<DecoderManifestSummary> |
ListDecoderManifestsResult.getSummaries()
A list of information about each decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
ListDecoderManifestsResult |
ListDecoderManifestsResult.withSummaries(DecoderManifestSummary... summaries)
A list of information about each decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDecoderManifestsResult.setSummaries(Collection<DecoderManifestSummary> summaries)
A list of information about each decoder manifest.
|
ListDecoderManifestsResult |
ListDecoderManifestsResult.withSummaries(Collection<DecoderManifestSummary> summaries)
A list of information about each decoder manifest.
|
Copyright © 2023. All rights reserved.