| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
ForecastedEvent |
ForecastedEvent.addGeofencePropertiesEntry(String key,
String value)
Add a single GeofenceProperties entry
|
ForecastedEvent |
ForecastedEvent.clearGeofencePropertiesEntries()
Removes all the entries added into GeofenceProperties.
|
ForecastedEvent |
ForecastedEvent.clone() |
ForecastedEvent |
ForecastedEvent.withEventId(String eventId)
The forecasted event identifier.
|
ForecastedEvent |
ForecastedEvent.withEventType(ForecastedGeofenceEventType eventType)
The event type, forecasting three states for which a device can be in relative to a geofence:
|
ForecastedEvent |
ForecastedEvent.withEventType(String eventType)
The event type, forecasting three states for which a device can be in relative to a geofence:
|
ForecastedEvent |
ForecastedEvent.withForecastedBreachTime(Date forecastedBreachTime)
The forecasted time the device will breach the geofence in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
ForecastedEvent |
ForecastedEvent.withGeofenceId(String geofenceId)
The geofence identifier pertaining to the forecasted event.
|
ForecastedEvent |
ForecastedEvent.withGeofenceProperties(Map<String,String> geofenceProperties)
The geofence properties.
|
ForecastedEvent |
ForecastedEvent.withIsDeviceInGeofence(Boolean isDeviceInGeofence)
Indicates if the device is located within the geofence.
|
ForecastedEvent |
ForecastedEvent.withNearestDistance(Double nearestDistance)
The closest distance from the device's position to the geofence.
|
| Modifier and Type | Method and Description |
|---|---|
List<ForecastedEvent> |
ForecastGeofenceEventsResult.getForecastedEvents()
The list of forecasted events.
|
| Modifier and Type | Method and Description |
|---|---|
ForecastGeofenceEventsResult |
ForecastGeofenceEventsResult.withForecastedEvents(ForecastedEvent... forecastedEvents)
The list of forecasted events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForecastGeofenceEventsResult.setForecastedEvents(Collection<ForecastedEvent> forecastedEvents)
The list of forecasted events.
|
ForecastGeofenceEventsResult |
ForecastGeofenceEventsResult.withForecastedEvents(Collection<ForecastedEvent> forecastedEvents)
The list of forecasted events.
|
Copyright © 2025. All rights reserved.