| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceState |
DeviceState.clone() |
DeviceState |
VerifyDevicePositionRequest.getDeviceState()
The device's state, including position, IP address, cell signals and Wi-Fi access points.
|
DeviceState |
DeviceState.withAccuracy(PositionalAccuracy accuracy) |
DeviceState |
DeviceState.withCellSignals(CellSignals cellSignals)
The cellular network infrastructure that the device is connected to.
|
DeviceState |
DeviceState.withDeviceId(String deviceId)
The device identifier.
|
DeviceState |
DeviceState.withIpv4Address(String ipv4Address)
The device's Ipv4 address.
|
DeviceState |
DeviceState.withPosition(Collection<Double> position)
The last known device position.
|
DeviceState |
DeviceState.withPosition(Double... position)
The last known device position.
|
DeviceState |
DeviceState.withSampleTime(Date sampleTime)
The timestamp at which the device's position was determined.
|
DeviceState |
DeviceState.withWiFiAccessPoints(Collection<WiFiAccessPoint> wiFiAccessPoints)
The Wi-Fi access points the device is using.
|
DeviceState |
DeviceState.withWiFiAccessPoints(WiFiAccessPoint... wiFiAccessPoints)
The Wi-Fi access points the device is using.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VerifyDevicePositionRequest.setDeviceState(DeviceState deviceState)
The device's state, including position, IP address, cell signals and Wi-Fi access points.
|
VerifyDevicePositionRequest |
VerifyDevicePositionRequest.withDeviceState(DeviceState deviceState)
The device's state, including position, IP address, cell signals and Wi-Fi access points.
|
Copyright © 2025. All rights reserved.