Uses of Interface
software.amazon.awssdk.services.iotwireless.model.GlobalIdentity.Builder
-
Packages that use GlobalIdentity.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of GlobalIdentity.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return GlobalIdentity.Builder Modifier and Type Method Description static GlobalIdentity.BuilderGlobalIdentity. builder()GlobalIdentity.BuilderGlobalIdentity.Builder. geranCid(Integer geranCid)GERAN (GSM EDGE Radio Access Network) cell global identifier.GlobalIdentity.BuilderGlobalIdentity.Builder. lac(Integer lac)Location area code of the global identity.GlobalIdentity.BuilderGlobalIdentity. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type GlobalIdentity.Builder Modifier and Type Method Description static Class<? extends GlobalIdentity.Builder>GlobalIdentity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type GlobalIdentity.Builder Modifier and Type Method Description default GsmNmrObj.BuilderGsmNmrObj.Builder. globalIdentity(Consumer<GlobalIdentity.Builder> globalIdentity)Global identity information of the GSM object.
-