| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
VehicleSummary |
VehicleSummary.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
VehicleSummary |
VehicleSummary.clearAttributesEntries()
Removes all the entries added into Attributes.
|
VehicleSummary |
VehicleSummary.clone() |
VehicleSummary |
VehicleSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the vehicle.
|
VehicleSummary |
VehicleSummary.withAttributes(Map<String,String> attributes)
Static information about a vehicle in a key-value pair.
|
VehicleSummary |
VehicleSummary.withCreationTime(Date creationTime)
The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
VehicleSummary |
VehicleSummary.withDecoderManifestArn(String decoderManifestArn)
The ARN of a decoder manifest associated with the vehicle.
|
VehicleSummary |
VehicleSummary.withLastModificationTime(Date lastModificationTime)
The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
VehicleSummary |
VehicleSummary.withModelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the vehicle.
|
VehicleSummary |
VehicleSummary.withVehicleName(String vehicleName)
The unique ID of the vehicle.
|
| Modifier and Type | Method and Description |
|---|---|
List<VehicleSummary> |
ListVehiclesResult.getVehicleSummaries()
A list of vehicles and information about them.
|
| Modifier and Type | Method and Description |
|---|---|
ListVehiclesResult |
ListVehiclesResult.withVehicleSummaries(VehicleSummary... vehicleSummaries)
A list of vehicles and information about them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVehiclesResult.setVehicleSummaries(Collection<VehicleSummary> vehicleSummaries)
A list of vehicles and information about them.
|
ListVehiclesResult |
ListVehiclesResult.withVehicleSummaries(Collection<VehicleSummary> vehicleSummaries)
A list of vehicles and information about them.
|
Copyright © 2024. All rights reserved.