| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model | |
| software.amazon.awssdk.services.iotfleetwise.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<VehicleStatus> |
GetVehicleStatusResponse.campaigns()
Lists information about the state of the vehicle with deployed campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
GetVehicleStatusResponse.Builder |
GetVehicleStatusResponse.Builder.campaigns(VehicleStatus... campaigns)
Lists information about the state of the vehicle with deployed campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
GetVehicleStatusResponse.Builder |
GetVehicleStatusResponse.Builder.campaigns(Collection<VehicleStatus> campaigns)
Lists information about the state of the vehicle with deployed campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<VehicleStatus> |
GetVehicleStatusPublisher.campaigns()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<VehicleStatus> |
GetVehicleStatusIterable.campaigns()
Returns an iterable to iterate through the paginated
GetVehicleStatusResponse.campaigns() member. |
Copyright © 2022. All rights reserved.