| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
VehicleStatus |
VehicleStatus.clone() |
VehicleStatus |
VehicleStatus.withCampaignName(String campaignName)
The name of a campaign.
|
VehicleStatus |
VehicleStatus.withStatus(String status)
The state of a vehicle, which can be one of the following:
|
VehicleStatus |
VehicleStatus.withStatus(VehicleState status)
The state of a vehicle, which can be one of the following:
|
VehicleStatus |
VehicleStatus.withVehicleName(String vehicleName)
The unique ID of the vehicle.
|
| Modifier and Type | Method and Description |
|---|---|
List<VehicleStatus> |
GetVehicleStatusResult.getCampaigns()
Lists information about the state of the vehicle with deployed campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
GetVehicleStatusResult |
GetVehicleStatusResult.withCampaigns(VehicleStatus... campaigns)
Lists information about the state of the vehicle with deployed campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetVehicleStatusResult.setCampaigns(Collection<VehicleStatus> campaigns)
Lists information about the state of the vehicle with deployed campaigns.
|
GetVehicleStatusResult |
GetVehicleStatusResult.withCampaigns(Collection<VehicleStatus> campaigns)
Lists information about the state of the vehicle with deployed campaigns.
|
Copyright © 2024. All rights reserved.