Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.GetVehicleStatusRequest
-
Packages that use GetVehicleStatusRequest 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 software.amazon.awssdk.services.iotfleetwise.transform -
-
Uses of GetVehicleStatusRequest in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise with parameters of type GetVehicleStatusRequest Modifier and Type Method Description default CompletableFuture<GetVehicleStatusResponse>IoTFleetWiseAsyncClient. getVehicleStatus(GetVehicleStatusRequest 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.default GetVehicleStatusPublisherIoTFleetWiseAsyncClient. getVehicleStatusPaginator(GetVehicleStatusRequest getVehicleStatusRequest)Retrieves information about the status of a vehicle with any associated campaigns.default GetVehicleStatusIterableIoTFleetWiseClient. getVehicleStatusPaginator(GetVehicleStatusRequest getVehicleStatusRequest)Retrieves information about the status of a vehicle with any associated campaigns. -
Uses of GetVehicleStatusRequest in software.amazon.awssdk.services.iotfleetwise.paginators
Constructors in software.amazon.awssdk.services.iotfleetwise.paginators with parameters of type GetVehicleStatusRequest Constructor Description GetVehicleStatusIterable(IoTFleetWiseClient client, GetVehicleStatusRequest firstRequest)GetVehicleStatusPublisher(IoTFleetWiseAsyncClient client, GetVehicleStatusRequest firstRequest) -
Uses of GetVehicleStatusRequest in software.amazon.awssdk.services.iotfleetwise.transform
Methods in software.amazon.awssdk.services.iotfleetwise.transform with parameters of type GetVehicleStatusRequest Modifier and Type Method Description SdkHttpFullRequestGetVehicleStatusRequestMarshaller. marshall(GetVehicleStatusRequest getVehicleStatusRequest)
-