Uses of Class
software.amazon.awssdk.services.location.model.GetDevicePositionResponse
-
Packages that use GetDevicePositionResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of GetDevicePositionResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return GetDevicePositionResponse Modifier and Type Method Description default GetDevicePositionResponseLocationClient. getDevicePosition(Consumer<GetDevicePositionRequest.Builder> getDevicePositionRequest)Retrieves a device's most recent position according to its sample time.default GetDevicePositionResponseLocationClient. getDevicePosition(GetDevicePositionRequest getDevicePositionRequest)Retrieves a device's most recent position according to its sample time.Methods in software.amazon.awssdk.services.location that return types with arguments of type GetDevicePositionResponse Modifier and Type Method Description default CompletableFuture<GetDevicePositionResponse>LocationAsyncClient. getDevicePosition(Consumer<GetDevicePositionRequest.Builder> getDevicePositionRequest)Retrieves a device's most recent position according to its sample time.default CompletableFuture<GetDevicePositionResponse>LocationAsyncClient. getDevicePosition(GetDevicePositionRequest getDevicePositionRequest)Retrieves a device's most recent position according to its sample time.
-