| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
ForecastGeofenceEventsDeviceState |
ForecastGeofenceEventsDeviceState.clone() |
ForecastGeofenceEventsDeviceState |
ForecastGeofenceEventsRequest.getDeviceState()
The device's state, including current position and speed.
|
ForecastGeofenceEventsDeviceState |
ForecastGeofenceEventsDeviceState.withPosition(Collection<Double> position)
The device's position.
|
ForecastGeofenceEventsDeviceState |
ForecastGeofenceEventsDeviceState.withPosition(Double... position)
The device's position.
|
ForecastGeofenceEventsDeviceState |
ForecastGeofenceEventsDeviceState.withSpeed(Double speed)
The device's speed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForecastGeofenceEventsRequest.setDeviceState(ForecastGeofenceEventsDeviceState deviceState)
The device's state, including current position and speed.
|
ForecastGeofenceEventsRequest |
ForecastGeofenceEventsRequest.withDeviceState(ForecastGeofenceEventsDeviceState deviceState)
The device's state, including current position and speed.
|
Copyright © 2025. All rights reserved.