| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
ModelManifestSummary |
ModelManifestSummary.clone() |
ModelManifestSummary |
ModelManifestSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the vehicle model.
|
ModelManifestSummary |
ModelManifestSummary.withCreationTime(Date creationTime)
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
ModelManifestSummary |
ModelManifestSummary.withDescription(String description)
A brief description of the vehicle model.
|
ModelManifestSummary |
ModelManifestSummary.withLastModificationTime(Date lastModificationTime)
The time the vehicle model was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
ModelManifestSummary |
ModelManifestSummary.withName(String name)
The name of the vehicle model.
|
ModelManifestSummary |
ModelManifestSummary.withSignalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the vehicle model.
|
ModelManifestSummary |
ModelManifestSummary.withStatus(ManifestStatus status)
The state of the vehicle model.
|
ModelManifestSummary |
ModelManifestSummary.withStatus(String status)
The state of the vehicle model.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelManifestSummary> |
ListModelManifestsResult.getSummaries()
A list of information about vehicle models.
|
| Modifier and Type | Method and Description |
|---|---|
ListModelManifestsResult |
ListModelManifestsResult.withSummaries(ModelManifestSummary... summaries)
A list of information about vehicle models.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelManifestsResult.setSummaries(Collection<ModelManifestSummary> summaries)
A list of information about vehicle models.
|
ListModelManifestsResult |
ListModelManifestsResult.withSummaries(Collection<ModelManifestSummary> summaries)
A list of information about vehicle models.
|
Copyright © 2022. All rights reserved.