Uses of Class
software.amazon.awssdk.services.location.model.WiFiAccessPoint
-
Packages that use WiFiAccessPoint Package Description software.amazon.awssdk.services.location.model -
-
Uses of WiFiAccessPoint in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type WiFiAccessPoint Modifier and Type Method Description List<WiFiAccessPoint>DeviceState. wiFiAccessPoints()The Wi-Fi access points the device is using.Methods in software.amazon.awssdk.services.location.model with parameters of type WiFiAccessPoint Modifier and Type Method Description DeviceState.BuilderDeviceState.Builder. wiFiAccessPoints(WiFiAccessPoint... wiFiAccessPoints)The Wi-Fi access points the device is using.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type WiFiAccessPoint Modifier and Type Method Description DeviceState.BuilderDeviceState.Builder. wiFiAccessPoints(Collection<WiFiAccessPoint> wiFiAccessPoints)The Wi-Fi access points the device is using.
-