| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
WiFiAccessPoint |
WiFiAccessPoint.clone() |
WiFiAccessPoint |
WiFiAccessPoint.withMacAddress(String macAddress)
Medium access control address (Mac).
|
WiFiAccessPoint |
WiFiAccessPoint.withRss(Integer rss)
Received signal strength (dBm) of the WLAN measurement data.
|
| Modifier and Type | Method and Description |
|---|---|
List<WiFiAccessPoint> |
DeviceState.getWiFiAccessPoints()
The Wi-Fi access points the device is using.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceState |
DeviceState.withWiFiAccessPoints(WiFiAccessPoint... wiFiAccessPoints)
The Wi-Fi access points the device is using.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceState.setWiFiAccessPoints(Collection<WiFiAccessPoint> wiFiAccessPoints)
The Wi-Fi access points the device is using.
|
DeviceState |
DeviceState.withWiFiAccessPoints(Collection<WiFiAccessPoint> wiFiAccessPoints)
The Wi-Fi access points the device is using.
|
Copyright © 2025. All rights reserved.