Uses of Interface
software.amazon.awssdk.services.iotwireless.model.LoRaWANJoinEventNotificationConfigurations.Builder
-
Packages that use LoRaWANJoinEventNotificationConfigurations.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of LoRaWANJoinEventNotificationConfigurations.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return LoRaWANJoinEventNotificationConfigurations.Builder Modifier and Type Method Description static LoRaWANJoinEventNotificationConfigurations.BuilderLoRaWANJoinEventNotificationConfigurations. builder()LoRaWANJoinEventNotificationConfigurations.BuilderLoRaWANJoinEventNotificationConfigurations.Builder. devEuiEventTopic(String devEuiEventTopic)Denotes whether the Dev EUI join event topic is enabled or disabled.LoRaWANJoinEventNotificationConfigurations.BuilderLoRaWANJoinEventNotificationConfigurations.Builder. devEuiEventTopic(EventNotificationTopicStatus devEuiEventTopic)Denotes whether the Dev EUI join event topic is enabled or disabled.LoRaWANJoinEventNotificationConfigurations.BuilderLoRaWANJoinEventNotificationConfigurations. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type LoRaWANJoinEventNotificationConfigurations.Builder Modifier and Type Method Description static Class<? extends LoRaWANJoinEventNotificationConfigurations.Builder>LoRaWANJoinEventNotificationConfigurations. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type LoRaWANJoinEventNotificationConfigurations.Builder Modifier and Type Method Description default JoinEventConfiguration.BuilderJoinEventConfiguration.Builder. loRaWAN(Consumer<LoRaWANJoinEventNotificationConfigurations.Builder> loRaWAN)Join event configuration object for enabling or disabling LoRaWAN related event topics.
-