Uses of Interface
software.amazon.awssdk.services.iotwireless.model.JoinEventConfiguration.Builder
-
Packages that use JoinEventConfiguration.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of JoinEventConfiguration.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return JoinEventConfiguration.Builder Modifier and Type Method Description static JoinEventConfiguration.BuilderJoinEventConfiguration. builder()default JoinEventConfiguration.BuilderJoinEventConfiguration.Builder. loRaWAN(Consumer<LoRaWANJoinEventNotificationConfigurations.Builder> loRaWAN)Join event configuration object for enabling or disabling LoRaWAN related event topics.JoinEventConfiguration.BuilderJoinEventConfiguration.Builder. loRaWAN(LoRaWANJoinEventNotificationConfigurations loRaWAN)Join event configuration object for enabling or disabling LoRaWAN related event topics.JoinEventConfiguration.BuilderJoinEventConfiguration. toBuilder()JoinEventConfiguration.BuilderJoinEventConfiguration.Builder. wirelessDeviceIdEventTopic(String wirelessDeviceIdEventTopic)Denotes whether the wireless device ID join 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.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type JoinEventConfiguration.Builder Modifier and Type Method Description static Class<? extends JoinEventConfiguration.Builder>JoinEventConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type JoinEventConfiguration.Builder Modifier and Type Method Description default EventNotificationItemConfigurations.BuilderEventNotificationItemConfigurations.Builder. join(Consumer<JoinEventConfiguration.Builder> join)Join event configuration for an event configuration item.default GetResourceEventConfigurationResponse.BuilderGetResourceEventConfigurationResponse.Builder. join(Consumer<JoinEventConfiguration.Builder> join)Event configuration for the join event.default UpdateResourceEventConfigurationRequest.BuilderUpdateResourceEventConfigurationRequest.Builder. join(Consumer<JoinEventConfiguration.Builder> join)Event configuration for the join event.
-