Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.GetVehicleResponse
-
Packages that use GetVehicleResponse 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 GetVehicleResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return GetVehicleResponse Modifier and Type Method Description default GetVehicleResponseIoTFleetWiseClient. getVehicle(Consumer<GetVehicleRequest.Builder> getVehicleRequest)Retrieves information about a vehicle.default GetVehicleResponseIoTFleetWiseClient. getVehicle(GetVehicleRequest getVehicleRequest)Retrieves information about a vehicle.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type GetVehicleResponse Modifier and Type Method Description default CompletableFuture<GetVehicleResponse>IoTFleetWiseAsyncClient. getVehicle(Consumer<GetVehicleRequest.Builder> getVehicleRequest)Retrieves information about a vehicle.default CompletableFuture<GetVehicleResponse>IoTFleetWiseAsyncClient. getVehicle(GetVehicleRequest getVehicleRequest)Retrieves information about a vehicle.
-