Uses of Class
software.amazon.awssdk.services.location.paginators.GetDevicePositionHistoryIterable
-
Packages that use GetDevicePositionHistoryIterable Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of GetDevicePositionHistoryIterable in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return GetDevicePositionHistoryIterable Modifier and Type Method Description default GetDevicePositionHistoryIterableLocationClient. getDevicePositionHistoryPaginator(Consumer<GetDevicePositionHistoryRequest.Builder> 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.
-