| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
CreateVehicleRequestItem |
CreateVehicleRequestItem.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
CreateVehicleRequestItem |
CreateVehicleRequestItem.clearAttributesEntries()
Removes all the entries added into Attributes.
|
CreateVehicleRequestItem |
CreateVehicleRequestItem.clone() |
CreateVehicleRequestItem |
CreateVehicleRequestItem.withAssociationBehavior(String associationBehavior)
An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing thing
as a vehicle.
|
CreateVehicleRequestItem |
CreateVehicleRequestItem.withAssociationBehavior(VehicleAssociationBehavior associationBehavior)
An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing thing
as a vehicle.
|
CreateVehicleRequestItem |
CreateVehicleRequestItem.withAttributes(Map<String,String> attributes)
Static information about a vehicle in a key-value pair.
|
CreateVehicleRequestItem |
CreateVehicleRequestItem.withDecoderManifestArn(String decoderManifestArn)
The Amazon Resource Name (ARN) of a decoder manifest associated with the vehicle to create.
|
CreateVehicleRequestItem |
CreateVehicleRequestItem.withModelManifestArn(String modelManifestArn)
The ARN of the vehicle model (model manifest) to create the vehicle from.
|
CreateVehicleRequestItem |
CreateVehicleRequestItem.withTags(Collection<Tag> tags)
Metadata which can be used to manage the vehicle.
|
CreateVehicleRequestItem |
CreateVehicleRequestItem.withTags(Tag... tags)
Metadata which can be used to manage the vehicle.
|
CreateVehicleRequestItem |
CreateVehicleRequestItem.withVehicleName(String vehicleName)
The unique ID of the vehicle to create.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreateVehicleRequestItem> |
BatchCreateVehicleRequest.getVehicles()
A list of information about each vehicle to create.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateVehicleRequest |
BatchCreateVehicleRequest.withVehicles(CreateVehicleRequestItem... vehicles)
A list of information about each vehicle to create.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateVehicleRequest.setVehicles(Collection<CreateVehicleRequestItem> vehicles)
A list of information about each vehicle to create.
|
BatchCreateVehicleRequest |
BatchCreateVehicleRequest.withVehicles(Collection<CreateVehicleRequestItem> vehicles)
A list of information about each vehicle to create.
|
Copyright © 2023. All rights reserved.