Uses of Interface
software.amazon.awssdk.services.iotwireless.model.LoRaWANConnectionStatusEventNotificationConfigurations.Builder
-
Packages that use LoRaWANConnectionStatusEventNotificationConfigurations.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of LoRaWANConnectionStatusEventNotificationConfigurations.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return LoRaWANConnectionStatusEventNotificationConfigurations.Builder Modifier and Type Method Description static LoRaWANConnectionStatusEventNotificationConfigurations.BuilderLoRaWANConnectionStatusEventNotificationConfigurations. builder()LoRaWANConnectionStatusEventNotificationConfigurations.BuilderLoRaWANConnectionStatusEventNotificationConfigurations.Builder. gatewayEuiEventTopic(String gatewayEuiEventTopic)Denotes whether the gateway EUI connection status event topic is enabled or disabled.LoRaWANConnectionStatusEventNotificationConfigurations.BuilderLoRaWANConnectionStatusEventNotificationConfigurations.Builder. gatewayEuiEventTopic(EventNotificationTopicStatus gatewayEuiEventTopic)Denotes whether the gateway EUI connection status event topic is enabled or disabled.LoRaWANConnectionStatusEventNotificationConfigurations.BuilderLoRaWANConnectionStatusEventNotificationConfigurations. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type LoRaWANConnectionStatusEventNotificationConfigurations.Builder Modifier and Type Method Description static Class<? extends LoRaWANConnectionStatusEventNotificationConfigurations.Builder>LoRaWANConnectionStatusEventNotificationConfigurations. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type LoRaWANConnectionStatusEventNotificationConfigurations.Builder Modifier and Type Method Description default ConnectionStatusEventConfiguration.BuilderConnectionStatusEventConfiguration.Builder. loRaWAN(Consumer<LoRaWANConnectionStatusEventNotificationConfigurations.Builder> loRaWAN)Connection status event configuration object for enabling or disabling LoRaWAN related event topics.
-