Uses of Class
software.amazon.awssdk.services.iotwireless.model.EventNotificationTopicStatus
-
Packages that use EventNotificationTopicStatus Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of EventNotificationTopicStatus in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return EventNotificationTopicStatus Modifier and Type Method Description EventNotificationTopicStatusSidewalkEventNotificationConfigurations. amazonIdEventTopic()Denotes whether the Amazon ID event topic is enabled or disabled.EventNotificationTopicStatusLoRaWANJoinEventNotificationConfigurations. devEuiEventTopic()Denotes whether the Dev EUI join event topic is enabled or disabled.static EventNotificationTopicStatusEventNotificationTopicStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EventNotificationTopicStatusLoRaWANConnectionStatusEventNotificationConfigurations. gatewayEuiEventTopic()Denotes whether the gateway EUI connection status event topic is enabled or disabled.static EventNotificationTopicStatusEventNotificationTopicStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EventNotificationTopicStatus[]EventNotificationTopicStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.EventNotificationTopicStatusLoRaWANJoinResourceTypeEventConfiguration. wirelessDeviceEventTopic()Denotes whether the wireless device join event topic is enabled or disabled.EventNotificationTopicStatusSidewalkResourceTypeEventConfiguration. wirelessDeviceEventTopic()Denotes whether the wireless device join event topic is enabled or disabled.EventNotificationTopicStatusDeviceRegistrationStateEventConfiguration. wirelessDeviceIdEventTopic()Denotes whether the wireless device ID device registration state event topic is enabled or disabled.EventNotificationTopicStatusJoinEventConfiguration. wirelessDeviceIdEventTopic()Denotes whether the wireless device ID join event topic is enabled or disabled.EventNotificationTopicStatusMessageDeliveryStatusEventConfiguration. wirelessDeviceIdEventTopic()Denotes whether the wireless device ID message delivery status event topic is enabled or disabled.EventNotificationTopicStatusProximityEventConfiguration. wirelessDeviceIdEventTopic()Denotes whether the wireless device ID proximity event topic is enabled or disabled.EventNotificationTopicStatusLoRaWANConnectionStatusResourceTypeEventConfiguration. wirelessGatewayEventTopic()Denotes whether the wireless gateway connection status event topic is enabled or disabled.EventNotificationTopicStatusConnectionStatusEventConfiguration. wirelessGatewayIdEventTopic()Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type EventNotificationTopicStatus Modifier and Type Method Description static Set<EventNotificationTopicStatus>EventNotificationTopicStatus. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type EventNotificationTopicStatus Modifier and Type Method Description SidewalkEventNotificationConfigurations.BuilderSidewalkEventNotificationConfigurations.Builder. amazonIdEventTopic(EventNotificationTopicStatus amazonIdEventTopic)Denotes whether the Amazon ID event topic is enabled or disabled.LoRaWANJoinEventNotificationConfigurations.BuilderLoRaWANJoinEventNotificationConfigurations.Builder. devEuiEventTopic(EventNotificationTopicStatus devEuiEventTopic)Denotes whether the Dev EUI join 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.LoRaWANJoinResourceTypeEventConfiguration.BuilderLoRaWANJoinResourceTypeEventConfiguration.Builder. wirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)Denotes whether the wireless device join event topic is enabled or disabled.SidewalkResourceTypeEventConfiguration.BuilderSidewalkResourceTypeEventConfiguration.Builder. wirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)Denotes whether the wireless device join event topic is enabled or disabled.DeviceRegistrationStateEventConfiguration.BuilderDeviceRegistrationStateEventConfiguration.Builder. wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)Denotes whether the wireless device ID device registration state event topic is enabled or disabled.JoinEventConfiguration.BuilderJoinEventConfiguration.Builder. wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)Denotes whether the wireless device ID join event topic is enabled or disabled.MessageDeliveryStatusEventConfiguration.BuilderMessageDeliveryStatusEventConfiguration.Builder. wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)Denotes whether the wireless device ID message delivery status event topic is enabled or disabled.ProximityEventConfiguration.BuilderProximityEventConfiguration.Builder. wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)Denotes whether the wireless device ID proximity event topic is enabled or disabled.LoRaWANConnectionStatusResourceTypeEventConfiguration.BuilderLoRaWANConnectionStatusResourceTypeEventConfiguration.Builder. wirelessGatewayEventTopic(EventNotificationTopicStatus wirelessGatewayEventTopic)Denotes whether the wireless gateway connection status event topic is enabled or disabled.ConnectionStatusEventConfiguration.BuilderConnectionStatusEventConfiguration.Builder. wirelessGatewayIdEventTopic(EventNotificationTopicStatus wirelessGatewayIdEventTopic)Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.
-