Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.GetVehicleStatusResponse
-
Packages that use GetVehicleStatusResponse 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 GetVehicleStatusResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return GetVehicleStatusResponse Modifier and Type Method Description default GetVehicleStatusResponseIoTFleetWiseClient. getVehicleStatus(Consumer<GetVehicleStatusRequest.Builder> getVehicleStatusRequest)Retrieves information about the status of a vehicle with any associated campaigns.default GetVehicleStatusResponseIoTFleetWiseClient. getVehicleStatus(GetVehicleStatusRequest getVehicleStatusRequest)Retrieves information about the status of a vehicle with any associated campaigns.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type GetVehicleStatusResponse Modifier and Type Method 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. -
Uses of GetVehicleStatusResponse in software.amazon.awssdk.services.iotfleetwise.paginators
Methods in software.amazon.awssdk.services.iotfleetwise.paginators that return types with arguments of type GetVehicleStatusResponse Modifier and Type Method Description Iterator<GetVehicleStatusResponse>GetVehicleStatusIterable. iterator()Method parameters in software.amazon.awssdk.services.iotfleetwise.paginators with type arguments of type GetVehicleStatusResponse Modifier and Type Method Description voidGetVehicleStatusPublisher. subscribe(org.reactivestreams.Subscriber<? super GetVehicleStatusResponse> subscriber)
-