| Package | Description |
|---|---|
| com.amazonaws.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetDevicePositionResult> |
AmazonLocationAsyncClient.batchGetDevicePositionAsync(BatchGetDevicePositionRequest request,
AsyncHandler<BatchGetDevicePositionRequest,BatchGetDevicePositionResult> asyncHandler) |
Future<BatchGetDevicePositionResult> |
AbstractAmazonLocationAsync.batchGetDevicePositionAsync(BatchGetDevicePositionRequest request,
AsyncHandler<BatchGetDevicePositionRequest,BatchGetDevicePositionResult> asyncHandler) |
Future<BatchGetDevicePositionResult> |
AmazonLocationAsync.batchGetDevicePositionAsync(BatchGetDevicePositionRequest batchGetDevicePositionRequest,
AsyncHandler<BatchGetDevicePositionRequest,BatchGetDevicePositionResult> asyncHandler)
Lists the latest device positions for requested devices.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetDevicePositionRequest |
BatchGetDevicePositionRequest.clone() |
BatchGetDevicePositionRequest |
BatchGetDevicePositionRequest.withDeviceIds(Collection<String> deviceIds)
Devices whose position you want to retrieve.
|
BatchGetDevicePositionRequest |
BatchGetDevicePositionRequest.withDeviceIds(String... deviceIds)
Devices whose position you want to retrieve.
|
BatchGetDevicePositionRequest |
BatchGetDevicePositionRequest.withTrackerName(String trackerName)
The tracker resource retrieving the device position.
|
Copyright © 2023. All rights reserved.