Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.ListFleetsForVehicleResponse
-
Packages that use ListFleetsForVehicleResponse 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 -
-
Uses of ListFleetsForVehicleResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return ListFleetsForVehicleResponse Modifier and Type Method Description default ListFleetsForVehicleResponseIoTFleetWiseClient. listFleetsForVehicle(Consumer<ListFleetsForVehicleRequest.Builder> listFleetsForVehicleRequest)Retrieves a list of IDs for all fleets that the vehicle is associated with.default ListFleetsForVehicleResponseIoTFleetWiseClient. listFleetsForVehicle(ListFleetsForVehicleRequest listFleetsForVehicleRequest)Retrieves a list of IDs for all fleets that the vehicle is associated with.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type ListFleetsForVehicleResponse Modifier and Type Method 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. -
Uses of ListFleetsForVehicleResponse in software.amazon.awssdk.services.iotfleetwise.paginators
Methods in software.amazon.awssdk.services.iotfleetwise.paginators that return types with arguments of type ListFleetsForVehicleResponse Modifier and Type Method Description Iterator<ListFleetsForVehicleResponse>ListFleetsForVehicleIterable. iterator()Method parameters in software.amazon.awssdk.services.iotfleetwise.paginators with type arguments of type ListFleetsForVehicleResponse Modifier and Type Method Description voidListFleetsForVehiclePublisher. subscribe(org.reactivestreams.Subscriber<? super ListFleetsForVehicleResponse> subscriber)
-