| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
DevicePosition |
DevicePosition.addPositionPropertiesEntry(String key,
String value)
Add a single PositionProperties entry
|
DevicePosition |
DevicePosition.clearPositionPropertiesEntries()
Removes all the entries added into PositionProperties.
|
DevicePosition |
DevicePosition.clone() |
DevicePosition |
DevicePosition.withAccuracy(PositionalAccuracy accuracy)
The accuracy of the device position.
|
DevicePosition |
DevicePosition.withDeviceId(String deviceId)
The device whose position you retrieved.
|
DevicePosition |
DevicePosition.withPosition(Collection<Double> position)
The last known device position.
|
DevicePosition |
DevicePosition.withPosition(Double... position)
The last known device position.
|
DevicePosition |
DevicePosition.withPositionProperties(Map<String,String> positionProperties)
The properties associated with the position.
|
DevicePosition |
DevicePosition.withReceivedTime(Date receivedTime)
The timestamp for when the tracker resource received the device position in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
DevicePosition |
DevicePosition.withSampleTime(Date sampleTime)
The timestamp at which the device's position was determined.
|
| Modifier and Type | Method and Description |
|---|---|
List<DevicePosition> |
GetDevicePositionHistoryResult.getDevicePositions()
Contains the position history details for the requested device.
|
List<DevicePosition> |
BatchGetDevicePositionResult.getDevicePositions()
Contains device position details such as the device ID, position, and timestamps for when the position was
received and sampled.
|
| Modifier and Type | Method and Description |
|---|---|
GetDevicePositionHistoryResult |
GetDevicePositionHistoryResult.withDevicePositions(DevicePosition... devicePositions)
Contains the position history details for the requested device.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDevicePositionHistoryResult.setDevicePositions(Collection<DevicePosition> devicePositions)
Contains the position history details for the requested device.
|
void |
BatchGetDevicePositionResult.setDevicePositions(Collection<DevicePosition> devicePositions)
Contains device position details such as the device ID, position, and timestamps for when the position was
received and sampled.
|
GetDevicePositionHistoryResult |
GetDevicePositionHistoryResult.withDevicePositions(Collection<DevicePosition> devicePositions)
Contains the position history details for the requested device.
|
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.
|
Copyright © 2023. All rights reserved.