| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
EventNotificationTopicStatus |
SidewalkEventNotificationConfigurations.amazonIdEventTopic()
Denotes whether the Amazon ID event topic is enabled or disabled.
|
EventNotificationTopicStatus |
LoRaWANJoinEventNotificationConfigurations.devEuiEventTopic()
Denotes whether the Dev EUI join event topic is enabled or disabled.
|
static EventNotificationTopicStatus |
EventNotificationTopicStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EventNotificationTopicStatus |
LoRaWANConnectionStatusEventNotificationConfigurations.gatewayEuiEventTopic()
Denotes whether the gateway EUI connection status event topic is enabled or disabled.
|
static EventNotificationTopicStatus |
EventNotificationTopicStatus.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.
|
EventNotificationTopicStatus |
LoRaWANJoinResourceTypeEventConfiguration.wirelessDeviceEventTopic()
Denotes whether the wireless device join event topic is enabled or disabled.
|
EventNotificationTopicStatus |
SidewalkResourceTypeEventConfiguration.wirelessDeviceEventTopic()
Denotes whether the wireless device join event topic is enabled or disabled.
|
EventNotificationTopicStatus |
MessageDeliveryStatusEventConfiguration.wirelessDeviceIdEventTopic()
Denotes whether the wireless device ID message delivery status event topic is enabled or disabled.
|
EventNotificationTopicStatus |
ProximityEventConfiguration.wirelessDeviceIdEventTopic()
Denotes whether the wireless device ID proximity event topic is enabled or disabled.
|
EventNotificationTopicStatus |
JoinEventConfiguration.wirelessDeviceIdEventTopic()
Denotes whether the wireless device ID join event topic is enabled or disabled.
|
EventNotificationTopicStatus |
DeviceRegistrationStateEventConfiguration.wirelessDeviceIdEventTopic()
Denotes whether the wireless device ID device registration state event topic is enabled or disabled.
|
EventNotificationTopicStatus |
LoRaWANConnectionStatusResourceTypeEventConfiguration.wirelessGatewayEventTopic()
Denotes whether the wireless gateway connection status event topic is enabled or disabled.
|
EventNotificationTopicStatus |
ConnectionStatusEventConfiguration.wirelessGatewayIdEventTopic()
Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EventNotificationTopicStatus> |
EventNotificationTopicStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SidewalkEventNotificationConfigurations.Builder |
SidewalkEventNotificationConfigurations.Builder.amazonIdEventTopic(EventNotificationTopicStatus amazonIdEventTopic)
Denotes whether the Amazon ID event topic is enabled or disabled.
|
LoRaWANJoinEventNotificationConfigurations.Builder |
LoRaWANJoinEventNotificationConfigurations.Builder.devEuiEventTopic(EventNotificationTopicStatus devEuiEventTopic)
Denotes whether the Dev EUI join event topic is enabled or disabled.
|
LoRaWANConnectionStatusEventNotificationConfigurations.Builder |
LoRaWANConnectionStatusEventNotificationConfigurations.Builder.gatewayEuiEventTopic(EventNotificationTopicStatus gatewayEuiEventTopic)
Denotes whether the gateway EUI connection status event topic is enabled or disabled.
|
LoRaWANJoinResourceTypeEventConfiguration.Builder |
LoRaWANJoinResourceTypeEventConfiguration.Builder.wirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
|
SidewalkResourceTypeEventConfiguration.Builder |
SidewalkResourceTypeEventConfiguration.Builder.wirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
|
MessageDeliveryStatusEventConfiguration.Builder |
MessageDeliveryStatusEventConfiguration.Builder.wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID message delivery status event topic is enabled or disabled.
|
ProximityEventConfiguration.Builder |
ProximityEventConfiguration.Builder.wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID proximity event topic is enabled or disabled.
|
JoinEventConfiguration.Builder |
JoinEventConfiguration.Builder.wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID join event topic is enabled or disabled.
|
DeviceRegistrationStateEventConfiguration.Builder |
DeviceRegistrationStateEventConfiguration.Builder.wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID device registration state event topic is enabled or disabled.
|
LoRaWANConnectionStatusResourceTypeEventConfiguration.Builder |
LoRaWANConnectionStatusResourceTypeEventConfiguration.Builder.wirelessGatewayEventTopic(EventNotificationTopicStatus wirelessGatewayEventTopic)
Denotes whether the wireless gateway connection status event topic is enabled or disabled.
|
ConnectionStatusEventConfiguration.Builder |
ConnectionStatusEventConfiguration.Builder.wirelessGatewayIdEventTopic(EventNotificationTopicStatus wirelessGatewayIdEventTopic)
Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.
|
Copyright © 2023. All rights reserved.