Uses of Class
software.amazon.awssdk.services.location.model.LteCellDetails
-
Packages that use LteCellDetails Package Description software.amazon.awssdk.services.location.model -
-
Uses of LteCellDetails in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type LteCellDetails Modifier and Type Method Description List<LteCellDetails>CellSignals. lteCellDetails()Information about the Long-Term Evolution (LTE) network the device is connected to.Methods in software.amazon.awssdk.services.location.model with parameters of type LteCellDetails Modifier and Type Method Description CellSignals.BuilderCellSignals.Builder. lteCellDetails(LteCellDetails... lteCellDetails)Information about the Long-Term Evolution (LTE) network the device is connected to.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type LteCellDetails Modifier and Type Method Description CellSignals.BuilderCellSignals.Builder. lteCellDetails(Collection<LteCellDetails> lteCellDetails)Information about the Long-Term Evolution (LTE) network the device is connected to.
-