| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
EventNotificationTopicStatus |
SidewalkEventNotificationConfigurations.amazonIdEventTopic()
Enum to denote whether amazon id event topic is enabled or disabled.
|
EventNotificationTopicStatus |
LoRaWANJoinEventNotificationConfigurations.devEuiEventTopic()
Enum to denote 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()
Enum to denote 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()
Enum to denote whether the wireless device join event topic is enabled or disabled.
|
EventNotificationTopicStatus |
SidewalkResourceTypeEventConfiguration.wirelessDeviceEventTopic()
Enum to denote whether the wireless device join event topic is enabled or disabled.
|
EventNotificationTopicStatus |
DeviceRegistrationStateEventConfiguration.wirelessDeviceIdEventTopic()
Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.
|
EventNotificationTopicStatus |
ProximityEventConfiguration.wirelessDeviceIdEventTopic()
Enum to denote whether the wireless device id proximity event topic is enabled or disabled.
|
EventNotificationTopicStatus |
JoinEventConfiguration.wirelessDeviceIdEventTopic()
Enum to denote whether the wireless device id join event topic is enabled or disabled.
|
EventNotificationTopicStatus |
LoRaWANConnectionStatusResourceTypeEventConfiguration.wirelessGatewayEventTopic()
Enum to denote whether the wireless gateway connection status event topic is enabled or disabled.
|
EventNotificationTopicStatus |
ConnectionStatusEventConfiguration.wirelessGatewayIdEventTopic()
Enum to denote 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)
Enum to denote whether amazon id event topic is enabled or disabled.
|
LoRaWANJoinEventNotificationConfigurations.Builder |
LoRaWANJoinEventNotificationConfigurations.Builder.devEuiEventTopic(EventNotificationTopicStatus devEuiEventTopic)
Enum to denote whether the dev eui join event topic is enabled or disabled.
|
LoRaWANConnectionStatusEventNotificationConfigurations.Builder |
LoRaWANConnectionStatusEventNotificationConfigurations.Builder.gatewayEuiEventTopic(EventNotificationTopicStatus gatewayEuiEventTopic)
Enum to denote whether the gateway eui connection status event topic is enabled or disabled.
|
LoRaWANJoinResourceTypeEventConfiguration.Builder |
LoRaWANJoinResourceTypeEventConfiguration.Builder.wirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)
Enum to denote whether the wireless device join event topic is enabled or disabled.
|
SidewalkResourceTypeEventConfiguration.Builder |
SidewalkResourceTypeEventConfiguration.Builder.wirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)
Enum to denote whether the wireless device join event topic is enabled or disabled.
|
DeviceRegistrationStateEventConfiguration.Builder |
DeviceRegistrationStateEventConfiguration.Builder.wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.
|
ProximityEventConfiguration.Builder |
ProximityEventConfiguration.Builder.wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Enum to denote whether the wireless device id proximity event topic is enabled or disabled.
|
JoinEventConfiguration.Builder |
JoinEventConfiguration.Builder.wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Enum to denote whether the wireless device id join event topic is enabled or disabled.
|
LoRaWANConnectionStatusResourceTypeEventConfiguration.Builder |
LoRaWANConnectionStatusResourceTypeEventConfiguration.Builder.wirelessGatewayEventTopic(EventNotificationTopicStatus wirelessGatewayEventTopic)
Enum to denote whether the wireless gateway connection status event topic is enabled or disabled.
|
ConnectionStatusEventConfiguration.Builder |
ConnectionStatusEventConfiguration.Builder.wirelessGatewayIdEventTopic(EventNotificationTopicStatus wirelessGatewayIdEventTopic)
Enum to denote whether the wireless gateway id connection status event topic is enabled or disabled .
|
Copyright © 2022. All rights reserved.