Uses of Class
software.amazon.awssdk.services.location.model.VerifyDevicePositionRequest
-
Packages that use VerifyDevicePositionRequest 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 VerifyDevicePositionRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type VerifyDevicePositionRequest Modifier and Type Method Description default CompletableFuture<VerifyDevicePositionResponse>LocationAsyncClient. verifyDevicePosition(VerifyDevicePositionRequest verifyDevicePositionRequest)Verifies the integrity of the device's position by determining if it was reported behind a proxy, and by comparing it to an inferred position estimated based on the device's state.default VerifyDevicePositionResponseLocationClient. verifyDevicePosition(VerifyDevicePositionRequest verifyDevicePositionRequest)Verifies the integrity of the device's position by determining if it was reported behind a proxy, and by comparing it to an inferred position estimated based on the device's state. -
Uses of VerifyDevicePositionRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type VerifyDevicePositionRequest Modifier and Type Method Description SdkHttpFullRequestVerifyDevicePositionRequestMarshaller. marshall(VerifyDevicePositionRequest verifyDevicePositionRequest)
-