| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise |
Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer vehicle
data to the Amazon Web Services cloud at scale.
|
| software.amazon.awssdk.services.iotfleetwise.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetVehicleStatusResponse |
IoTFleetWiseClient.getVehicleStatus(Consumer<GetVehicleStatusRequest.Builder> getVehicleStatusRequest)
Retrieves information about the status of a vehicle with any associated campaigns.
|
default GetVehicleStatusResponse |
IoTFleetWiseClient.getVehicleStatus(GetVehicleStatusRequest getVehicleStatusRequest)
Retrieves information about the status of a vehicle with any associated campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetVehicleStatusResponse> |
IoTFleetWiseAsyncClient.getVehicleStatus(Consumer<GetVehicleStatusRequest.Builder> getVehicleStatusRequest)
Retrieves information about the status of a vehicle with any associated campaigns.
|
default CompletableFuture<GetVehicleStatusResponse> |
IoTFleetWiseAsyncClient.getVehicleStatus(GetVehicleStatusRequest getVehicleStatusRequest)
Retrieves information about the status of a vehicle with any associated campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetVehicleStatusResponse> |
GetVehicleStatusIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetVehicleStatusPublisher.subscribe(org.reactivestreams.Subscriber<? super GetVehicleStatusResponse> subscriber) |
Copyright © 2022. All rights reserved.