| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
CellTowers |
CellTowers.clone() |
CellTowers |
GetPositionEstimateRequest.getCellTowers()
Retrieves an estimated device position by resolving measurement data from cellular radio towers.
|
CellTowers |
CellTowers.withCdma(CdmaObj... cdma)
CDMA object information.
|
CellTowers |
CellTowers.withCdma(Collection<CdmaObj> cdma)
CDMA object information.
|
CellTowers |
CellTowers.withGsm(Collection<GsmObj> gsm)
GSM object information.
|
CellTowers |
CellTowers.withGsm(GsmObj... gsm)
GSM object information.
|
CellTowers |
CellTowers.withLte(Collection<LteObj> lte)
LTE object information.
|
CellTowers |
CellTowers.withLte(LteObj... lte)
LTE object information.
|
CellTowers |
CellTowers.withTdscdma(Collection<TdscdmaObj> tdscdma)
TD-SCDMA object information.
|
CellTowers |
CellTowers.withTdscdma(TdscdmaObj... tdscdma)
TD-SCDMA object information.
|
CellTowers |
CellTowers.withWcdma(Collection<WcdmaObj> wcdma)
WCDMA object information.
|
CellTowers |
CellTowers.withWcdma(WcdmaObj... wcdma)
WCDMA object information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPositionEstimateRequest.setCellTowers(CellTowers cellTowers)
Retrieves an estimated device position by resolving measurement data from cellular radio towers.
|
GetPositionEstimateRequest |
GetPositionEstimateRequest.withCellTowers(CellTowers cellTowers)
Retrieves an estimated device position by resolving measurement data from cellular radio towers.
|
Copyright © 2025. All rights reserved.