Uses of Interface
software.amazon.awssdk.services.location.model.LteLocalId.Builder
-
Packages that use LteLocalId.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of LteLocalId.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return LteLocalId.Builder Modifier and Type Method Description static LteLocalId.BuilderLteLocalId. builder()LteLocalId.BuilderLteLocalId.Builder. earfcn(Integer earfcn)E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).LteLocalId.BuilderLteLocalId.Builder. pci(Integer pci)Physical Cell ID (PCI).LteLocalId.BuilderLteLocalId. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type LteLocalId.Builder Modifier and Type Method Description static Class<? extends LteLocalId.Builder>LteLocalId. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type LteLocalId.Builder Modifier and Type Method Description default LteCellDetails.BuilderLteCellDetails.Builder. localId(Consumer<LteLocalId.Builder> localId)The LTE local identification information (local ID).
-