Uses of Class
software.amazon.awssdk.services.location.model.GetDevicePositionHistoryRequest
-
Packages that use GetDevicePositionHistoryRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.paginators software.amazon.awssdk.services.location.transform -
-
Uses of GetDevicePositionHistoryRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type GetDevicePositionHistoryRequest Modifier and Type Method Description default CompletableFuture<GetDevicePositionHistoryResponse>LocationAsyncClient. getDevicePositionHistory(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)Retrieves the device position history from a tracker resource within a specified range of time.default GetDevicePositionHistoryResponseLocationClient. getDevicePositionHistory(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)Retrieves the device position history from a tracker resource within a specified range of time.default GetDevicePositionHistoryPublisherLocationAsyncClient. getDevicePositionHistoryPaginator(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)Retrieves the device position history from a tracker resource within a specified range of time.default GetDevicePositionHistoryIterableLocationClient. getDevicePositionHistoryPaginator(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)Retrieves the device position history from a tracker resource within a specified range of time. -
Uses of GetDevicePositionHistoryRequest in software.amazon.awssdk.services.location.paginators
Constructors in software.amazon.awssdk.services.location.paginators with parameters of type GetDevicePositionHistoryRequest Constructor Description GetDevicePositionHistoryIterable(LocationClient client, GetDevicePositionHistoryRequest firstRequest)GetDevicePositionHistoryPublisher(LocationAsyncClient client, GetDevicePositionHistoryRequest firstRequest) -
Uses of GetDevicePositionHistoryRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type GetDevicePositionHistoryRequest Modifier and Type Method Description SdkHttpFullRequestGetDevicePositionHistoryRequestMarshaller. marshall(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)
-