| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
CreateVehicleResponseItem |
CreateVehicleResponseItem.clone() |
CreateVehicleResponseItem |
CreateVehicleResponseItem.withArn(String arn)
The ARN of the created vehicle.
|
CreateVehicleResponseItem |
CreateVehicleResponseItem.withThingArn(String thingArn)
The ARN of a created or validated Amazon Web Services IoT thing.
|
CreateVehicleResponseItem |
CreateVehicleResponseItem.withVehicleName(String vehicleName)
The unique ID of the vehicle to create.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreateVehicleResponseItem> |
BatchCreateVehicleResult.getVehicles()
A list of information about a batch of created vehicles.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateVehicleResult |
BatchCreateVehicleResult.withVehicles(CreateVehicleResponseItem... vehicles)
A list of information about a batch of created vehicles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateVehicleResult.setVehicles(Collection<CreateVehicleResponseItem> vehicles)
A list of information about a batch of created vehicles.
|
BatchCreateVehicleResult |
BatchCreateVehicleResult.withVehicles(Collection<CreateVehicleResponseItem> vehicles)
A list of information about a batch of created vehicles.
|
Copyright © 2025. All rights reserved.