Uses of Class
software.amazon.awssdk.services.location.model.GetDevicePositionHistoryResponse
-
Packages that use GetDevicePositionHistoryResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.paginators -
-
Uses of GetDevicePositionHistoryResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return GetDevicePositionHistoryResponse Modifier and Type Method Description default GetDevicePositionHistoryResponseLocationClient. getDevicePositionHistory(Consumer<GetDevicePositionHistoryRequest.Builder> 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.Methods in software.amazon.awssdk.services.location that return types with arguments of type GetDevicePositionHistoryResponse Modifier and Type Method Description default CompletableFuture<GetDevicePositionHistoryResponse>LocationAsyncClient. getDevicePositionHistory(Consumer<GetDevicePositionHistoryRequest.Builder> getDevicePositionHistoryRequest)Retrieves the device position history from a tracker resource within a specified range of time.default CompletableFuture<GetDevicePositionHistoryResponse>LocationAsyncClient. getDevicePositionHistory(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)Retrieves the device position history from a tracker resource within a specified range of time. -
Uses of GetDevicePositionHistoryResponse in software.amazon.awssdk.services.location.paginators
Methods in software.amazon.awssdk.services.location.paginators that return types with arguments of type GetDevicePositionHistoryResponse Modifier and Type Method Description Iterator<GetDevicePositionHistoryResponse>GetDevicePositionHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.location.paginators with type arguments of type GetDevicePositionHistoryResponse Modifier and Type Method Description voidGetDevicePositionHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetDevicePositionHistoryResponse> subscriber)
-