| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
DevicePositionUpdate |
DevicePositionUpdate.addPositionPropertiesEntry(String key,
String value)
Add a single PositionProperties entry
|
DevicePositionUpdate |
DevicePositionUpdate.clearPositionPropertiesEntries()
Removes all the entries added into PositionProperties.
|
DevicePositionUpdate |
DevicePositionUpdate.clone() |
DevicePositionUpdate |
DevicePositionUpdate.withAccuracy(PositionalAccuracy accuracy)
The accuracy of the device position.
|
DevicePositionUpdate |
DevicePositionUpdate.withDeviceId(String deviceId)
The device associated to the position update.
|
DevicePositionUpdate |
DevicePositionUpdate.withPosition(Collection<Double> position)
The latest device position defined in WGS 84 format:
[X or longitude, Y or latitude]. |
DevicePositionUpdate |
DevicePositionUpdate.withPosition(Double... position)
The latest device position defined in WGS 84 format:
[X or longitude, Y or latitude]. |
DevicePositionUpdate |
DevicePositionUpdate.withPositionProperties(Map<String,String> positionProperties)
Associates one of more properties with the position update.
|
DevicePositionUpdate |
DevicePositionUpdate.withSampleTime(Date sampleTime)
The timestamp at which the device's position was determined.
|
| Modifier and Type | Method and Description |
|---|---|
List<DevicePositionUpdate> |
BatchEvaluateGeofencesRequest.getDevicePositionUpdates()
Contains device details for each device to be evaluated against the given geofence collection.
|
List<DevicePositionUpdate> |
BatchUpdateDevicePositionRequest.getUpdates()
Contains the position update details for each device, up to 10 devices.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateGeofencesRequest |
BatchEvaluateGeofencesRequest.withDevicePositionUpdates(DevicePositionUpdate... devicePositionUpdates)
Contains device details for each device to be evaluated against the given geofence collection.
|
BatchUpdateDevicePositionRequest |
BatchUpdateDevicePositionRequest.withUpdates(DevicePositionUpdate... updates)
Contains the position update details for each device, up to 10 devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchEvaluateGeofencesRequest.setDevicePositionUpdates(Collection<DevicePositionUpdate> devicePositionUpdates)
Contains device details for each device to be evaluated against the given geofence collection.
|
void |
BatchUpdateDevicePositionRequest.setUpdates(Collection<DevicePositionUpdate> updates)
Contains the position update details for each device, up to 10 devices.
|
BatchEvaluateGeofencesRequest |
BatchEvaluateGeofencesRequest.withDevicePositionUpdates(Collection<DevicePositionUpdate> devicePositionUpdates)
Contains device details for each device to be evaluated against the given geofence collection.
|
BatchUpdateDevicePositionRequest |
BatchUpdateDevicePositionRequest.withUpdates(Collection<DevicePositionUpdate> updates)
Contains the position update details for each device, up to 10 devices.
|
Copyright © 2025. All rights reserved.