Uses of Interface
software.amazon.awssdk.services.location.model.CellSignals.Builder
-
Packages that use CellSignals.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of CellSignals.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return CellSignals.Builder Modifier and Type Method Description static CellSignals.BuilderCellSignals. builder()CellSignals.BuilderCellSignals.Builder. lteCellDetails(Collection<LteCellDetails> lteCellDetails)Information about the Long-Term Evolution (LTE) network the device is connected to.CellSignals.BuilderCellSignals.Builder. lteCellDetails(Consumer<LteCellDetails.Builder>... lteCellDetails)Information about the Long-Term Evolution (LTE) network the device is connected to.CellSignals.BuilderCellSignals.Builder. lteCellDetails(LteCellDetails... lteCellDetails)Information about the Long-Term Evolution (LTE) network the device is connected to.CellSignals.BuilderCellSignals. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type CellSignals.Builder Modifier and Type Method Description static Class<? extends CellSignals.Builder>CellSignals. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type CellSignals.Builder Modifier and Type Method Description default DeviceState.BuilderDeviceState.Builder. cellSignals(Consumer<CellSignals.Builder> cellSignals)The cellular network infrastructure that the device is connected to.
-