Uses of Interface
software.amazon.awssdk.services.iotwireless.model.OtaaV1_0_x.Builder
-
Packages that use OtaaV1_0_x.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of OtaaV1_0_x.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return OtaaV1_0_x.Builder Modifier and Type Method Description OtaaV1_0_x.BuilderOtaaV1_0_x.Builder. appEui(String appEui)The AppEUI value.OtaaV1_0_x.BuilderOtaaV1_0_x.Builder. appKey(String appKey)The AppKey value.static OtaaV1_0_x.BuilderOtaaV1_0_x. builder()OtaaV1_0_x.BuilderOtaaV1_0_x.Builder. genAppKey(String genAppKey)The GenAppKey value.OtaaV1_0_x.BuilderOtaaV1_0_x.Builder. joinEui(String joinEui)The JoinEUI value.OtaaV1_0_x.BuilderOtaaV1_0_x. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type OtaaV1_0_x.Builder Modifier and Type Method Description static Class<? extends OtaaV1_0_x.Builder>OtaaV1_0_x. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type OtaaV1_0_x.Builder Modifier and Type Method Description default LoRaWANDevice.BuilderLoRaWANDevice.Builder. otaaV1_0_x(Consumer<OtaaV1_0_x.Builder> otaaV1_0_x)OTAA device object for create APIs for v1.0.x
-