Uses of Class
software.amazon.awssdk.services.location.model.VerifyDevicePositionResponse
-
Packages that use VerifyDevicePositionResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of VerifyDevicePositionResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return VerifyDevicePositionResponse Modifier and Type Method Description default VerifyDevicePositionResponseLocationClient. verifyDevicePosition(Consumer<VerifyDevicePositionRequest.Builder> 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.Methods in software.amazon.awssdk.services.location that return types with arguments of type VerifyDevicePositionResponse Modifier and Type Method Description default CompletableFuture<VerifyDevicePositionResponse>LocationAsyncClient. verifyDevicePosition(Consumer<VerifyDevicePositionRequest.Builder> 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 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.
-