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