Uses of Class
software.amazon.awssdk.services.location.model.GetDevicePositionRequest
-
Packages that use GetDevicePositionRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.transform -
-
Uses of GetDevicePositionRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type GetDevicePositionRequest Modifier and Type Method Description default CompletableFuture<GetDevicePositionResponse>LocationAsyncClient. getDevicePosition(GetDevicePositionRequest 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. -
Uses of GetDevicePositionRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type GetDevicePositionRequest Modifier and Type Method Description SdkHttpFullRequestGetDevicePositionRequestMarshaller. marshall(GetDevicePositionRequest getDevicePositionRequest)
-