| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
CdmaObj |
CdmaObj.clone() |
CdmaObj |
CdmaObj.withBaseLat(Float baseLat)
CDMA base station latitude in degrees.
|
CdmaObj |
CdmaObj.withBaseLng(Float baseLng)
CDMA base station longtitude in degrees.
|
CdmaObj |
CdmaObj.withBaseStationId(Integer baseStationId)
CDMA base station ID (BSID).
|
CdmaObj |
CdmaObj.withCdmaLocalId(CdmaLocalId cdmaLocalId)
CDMA local identification (local ID) parameters.
|
CdmaObj |
CdmaObj.withCdmaNmr(CdmaNmrObj... cdmaNmr)
CDMA network measurement reports.
|
CdmaObj |
CdmaObj.withCdmaNmr(Collection<CdmaNmrObj> cdmaNmr)
CDMA network measurement reports.
|
CdmaObj |
CdmaObj.withNetworkId(Integer networkId)
CDMA network ID (NID).
|
CdmaObj |
CdmaObj.withPilotPower(Integer pilotPower)
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
|
CdmaObj |
CdmaObj.withRegistrationZone(Integer registrationZone)
CDMA registration zone (RZ).
|
CdmaObj |
CdmaObj.withSystemId(Integer systemId)
CDMA system ID (SID).
|
| Modifier and Type | Method and Description |
|---|---|
List<CdmaObj> |
CellTowers.getCdma()
CDMA object information.
|
| Modifier and Type | Method and Description |
|---|---|
CellTowers |
CellTowers.withCdma(CdmaObj... cdma)
CDMA object information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellTowers.setCdma(Collection<CdmaObj> cdma)
CDMA object information.
|
CellTowers |
CellTowers.withCdma(Collection<CdmaObj> cdma)
CDMA object information.
|
Copyright © 2023. All rights reserved.