| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static JoinEventConfiguration.Builder |
JoinEventConfiguration.builder() |
default JoinEventConfiguration.Builder |
JoinEventConfiguration.Builder.loRaWAN(Consumer<LoRaWANJoinEventNotificationConfigurations.Builder> loRaWAN)
Join event configuration object for enabling or disabling LoRaWAN related event topics.
|
JoinEventConfiguration.Builder |
JoinEventConfiguration.Builder.loRaWAN(LoRaWANJoinEventNotificationConfigurations loRaWAN)
Join event configuration object for enabling or disabling LoRaWAN related event topics.
|
JoinEventConfiguration.Builder |
JoinEventConfiguration.toBuilder() |
JoinEventConfiguration.Builder |
JoinEventConfiguration.Builder.wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Enum to denote whether the wireless device id join event topic is enabled or disabled.
|
JoinEventConfiguration.Builder |
JoinEventConfiguration.Builder.wirelessDeviceIdEventTopic(String wirelessDeviceIdEventTopic)
Enum to denote whether the wireless device id join event topic is enabled or disabled.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JoinEventConfiguration.Builder> |
JoinEventConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetResourceEventConfigurationResponse.Builder |
GetResourceEventConfigurationResponse.Builder.join(Consumer<JoinEventConfiguration.Builder> join)
Event configuration for the join event.
|
default UpdateResourceEventConfigurationRequest.Builder |
UpdateResourceEventConfigurationRequest.Builder.join(Consumer<JoinEventConfiguration.Builder> join)
Event configuration for the join event
|
default EventNotificationItemConfigurations.Builder |
EventNotificationItemConfigurations.Builder.join(Consumer<JoinEventConfiguration.Builder> join)
Join event configuration for an event configuration item.
|
Copyright © 2022. All rights reserved.