| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
LteCellDetails |
LteCellDetails.clone() |
LteCellDetails |
LteCellDetails.withCellId(Integer cellId)
The E-UTRAN Cell Identifier (ECI).
|
LteCellDetails |
LteCellDetails.withLocalId(LteLocalId localId)
The LTE local identification information (local ID).
|
LteCellDetails |
LteCellDetails.withMcc(Integer mcc)
The Mobile Country Code (MCC).
|
LteCellDetails |
LteCellDetails.withMnc(Integer mnc)
The Mobile Network Code (MNC)
|
LteCellDetails |
LteCellDetails.withNetworkMeasurements(Collection<LteNetworkMeasurements> networkMeasurements)
The network measurements.
|
LteCellDetails |
LteCellDetails.withNetworkMeasurements(LteNetworkMeasurements... networkMeasurements)
The network measurements.
|
LteCellDetails |
LteCellDetails.withNrCapable(Boolean nrCapable)
Indicates whether the LTE object is capable of supporting NR (new radio).
|
LteCellDetails |
LteCellDetails.withRsrp(Integer rsrp)
Signal power of the reference signal received, measured in decibel-milliwatts (dBm).
|
LteCellDetails |
LteCellDetails.withRsrq(Float rsrq)
Signal quality of the reference Signal received, measured in decibels (dB).
|
LteCellDetails |
LteCellDetails.withTac(Integer tac)
LTE Tracking Area Code (TAC).
|
LteCellDetails |
LteCellDetails.withTimingAdvance(Integer timingAdvance)
Timing Advance (TA).
|
| Modifier and Type | Method and Description |
|---|---|
List<LteCellDetails> |
CellSignals.getLteCellDetails()
Information about the Long-Term Evolution (LTE) network the device is connected to.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
CellSignals.setLteCellDetails(Collection<LteCellDetails> lteCellDetails)
Information about the Long-Term Evolution (LTE) network the device is connected to.
|
CellSignals |
CellSignals.withLteCellDetails(Collection<LteCellDetails> lteCellDetails)
Information about the Long-Term Evolution (LTE) network the device is connected to.
|
Copyright © 2025. All rights reserved.