| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
DevicePositionUpdate |
DevicePositionUpdate.clone() |
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:
[Xlongitude, Ylatitude]. |
DevicePositionUpdate |
DevicePositionUpdate.withPosition(Double... position)
The latest device position defined in WGS 84
format:
[Xlongitude, Ylatitude]. |
DevicePositionUpdate |
DevicePositionUpdate.withSampleTime(Date sampleTime)
The timestamp for when the position update was received in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
| 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.
|
| 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.
|
| 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.
|
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.
|
Copyright © 2021. All rights reserved.