| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
CellSignals |
CellSignals.clone() |
CellSignals |
DeviceState.getCellSignals()
The cellular network infrastructure that the device is connected to.
|
CellSignals |
CellSignals.withLteCellDetails(Collection<LteCellDetails> lteCellDetails)
Information about the Long-Term Evolution (LTE) network the device is connected to.
|
CellSignals |
CellSignals.withLteCellDetails(LteCellDetails... lteCellDetails)
Information about the Long-Term Evolution (LTE) network the device is connected to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceState.setCellSignals(CellSignals cellSignals)
The cellular network infrastructure that the device is connected to.
|
DeviceState |
DeviceState.withCellSignals(CellSignals cellSignals)
The cellular network infrastructure that the device is connected to.
|
Copyright © 2025. All rights reserved.