| 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 |
|---|---|
BatchGetDevicePositionResult |
AmazonLocationClient.batchGetDevicePosition(BatchGetDevicePositionRequest request)
Lists the latest device positions for requested devices.
|
BatchGetDevicePositionResult |
AbstractAmazonLocation.batchGetDevicePosition(BatchGetDevicePositionRequest request) |
BatchGetDevicePositionResult |
AmazonLocation.batchGetDevicePosition(BatchGetDevicePositionRequest batchGetDevicePositionRequest)
Lists the latest device positions for requested devices.
|
| 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 |
|---|---|
BatchGetDevicePositionResult |
BatchGetDevicePositionResult.clone() |
BatchGetDevicePositionResult |
BatchGetDevicePositionResult.withDevicePositions(Collection<DevicePosition> devicePositions)
Contains device position details such as the device ID, position, and timestamps for when the position was
received and sampled.
|
BatchGetDevicePositionResult |
BatchGetDevicePositionResult.withDevicePositions(DevicePosition... devicePositions)
Contains device position details such as the device ID, position, and timestamps for when the position was
received and sampled.
|
BatchGetDevicePositionResult |
BatchGetDevicePositionResult.withErrors(BatchGetDevicePositionError... errors)
Contains error details for each device that failed to send its position to the tracker resource.
|
BatchGetDevicePositionResult |
BatchGetDevicePositionResult.withErrors(Collection<BatchGetDevicePositionError> errors)
Contains error details for each device that failed to send its position to the tracker resource.
|
Copyright © 2024. All rights reserved.