Uses of Class
software.amazon.awssdk.services.location.model.LteNetworkMeasurements
-
Packages that use LteNetworkMeasurements Package Description software.amazon.awssdk.services.location.model -
-
Uses of LteNetworkMeasurements in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type LteNetworkMeasurements Modifier and Type Method Description List<LteNetworkMeasurements>LteCellDetails. networkMeasurements()The network measurements.Methods in software.amazon.awssdk.services.location.model with parameters of type LteNetworkMeasurements Modifier and Type Method Description LteCellDetails.BuilderLteCellDetails.Builder. networkMeasurements(LteNetworkMeasurements... networkMeasurements)The network measurements.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type LteNetworkMeasurements Modifier and Type Method Description LteCellDetails.BuilderLteCellDetails.Builder. networkMeasurements(Collection<LteNetworkMeasurements> networkMeasurements)The network measurements.
-