Uses of Class
software.amazon.awssdk.services.iotfleetwise.paginators.ListFleetsForVehicleIterable
-
Packages that use ListFleetsForVehicleIterable 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. -
-
Uses of ListFleetsForVehicleIterable in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return ListFleetsForVehicleIterable Modifier and Type Method Description default ListFleetsForVehicleIterableIoTFleetWiseClient. listFleetsForVehiclePaginator(Consumer<ListFleetsForVehicleRequest.Builder> listFleetsForVehicleRequest)Retrieves a list of IDs for all fleets that the vehicle is associated with.default ListFleetsForVehicleIterableIoTFleetWiseClient. listFleetsForVehiclePaginator(ListFleetsForVehicleRequest listFleetsForVehicleRequest)Retrieves a list of IDs for all fleets that the vehicle is associated with.
-