| 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<GetDevicePositionHistoryResult> |
AbstractAmazonLocationAsync.getDevicePositionHistoryAsync(GetDevicePositionHistoryRequest request,
AsyncHandler<GetDevicePositionHistoryRequest,GetDevicePositionHistoryResult> asyncHandler) |
Future<GetDevicePositionHistoryResult> |
AmazonLocationAsyncClient.getDevicePositionHistoryAsync(GetDevicePositionHistoryRequest request,
AsyncHandler<GetDevicePositionHistoryRequest,GetDevicePositionHistoryResult> asyncHandler) |
Future<GetDevicePositionHistoryResult> |
AmazonLocationAsync.getDevicePositionHistoryAsync(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest,
AsyncHandler<GetDevicePositionHistoryRequest,GetDevicePositionHistoryResult> asyncHandler)
Retrieves the device position history from a tracker resource within a specified range of time.
|
| Modifier and Type | Method and Description |
|---|---|
GetDevicePositionHistoryRequest |
GetDevicePositionHistoryRequest.clone() |
GetDevicePositionHistoryRequest |
GetDevicePositionHistoryRequest.withDeviceId(String deviceId)
The device whose position history you want to retrieve.
|
GetDevicePositionHistoryRequest |
GetDevicePositionHistoryRequest.withEndTimeExclusive(Date endTimeExclusive)
Specify the end time for the position history in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
GetDevicePositionHistoryRequest |
GetDevicePositionHistoryRequest.withMaxResults(Integer maxResults)
An optional limit for the number of device positions returned in a single call.
|
GetDevicePositionHistoryRequest |
GetDevicePositionHistoryRequest.withNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
GetDevicePositionHistoryRequest |
GetDevicePositionHistoryRequest.withStartTimeInclusive(Date startTimeInclusive)
Specify the start time for the position history in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
GetDevicePositionHistoryRequest |
GetDevicePositionHistoryRequest.withTrackerName(String trackerName)
The tracker resource receiving the request for the device position history.
|
Copyright © 2023. All rights reserved.