| 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 ListFleetsForVehicleResponse |
IoTFleetWiseClient.listFleetsForVehicle(Consumer<ListFleetsForVehicleRequest.Builder> listFleetsForVehicleRequest)
Retrieves a list of IDs for all fleets that the vehicle is associated with.
|
default ListFleetsForVehicleResponse |
IoTFleetWiseClient.listFleetsForVehicle(ListFleetsForVehicleRequest listFleetsForVehicleRequest)
Retrieves a list of IDs for all fleets that the vehicle is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFleetsForVehicleResponse> |
IoTFleetWiseAsyncClient.listFleetsForVehicle(Consumer<ListFleetsForVehicleRequest.Builder> listFleetsForVehicleRequest)
Retrieves a list of IDs for all fleets that the vehicle is associated with.
|
default CompletableFuture<ListFleetsForVehicleResponse> |
IoTFleetWiseAsyncClient.listFleetsForVehicle(ListFleetsForVehicleRequest listFleetsForVehicleRequest)
Retrieves a list of IDs for all fleets that the vehicle is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFleetsForVehicleResponse> |
ListFleetsForVehicleIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFleetsForVehiclePublisher.subscribe(org.reactivestreams.Subscriber<? super ListFleetsForVehicleResponse> subscriber) |
Copyright © 2022. All rights reserved.