Uses of Class
software.amazon.awssdk.services.iotwireless.model.JoinEventConfiguration
-
Packages that use JoinEventConfiguration Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of JoinEventConfiguration in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return JoinEventConfiguration Modifier and Type Method Description JoinEventConfigurationEventNotificationItemConfigurations. join()Join event configuration for an event configuration item.JoinEventConfigurationGetResourceEventConfigurationResponse. join()Event configuration for the join event.JoinEventConfigurationUpdateResourceEventConfigurationRequest. join()Event configuration for the join event.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type JoinEventConfiguration Modifier and Type Method Description EventNotificationItemConfigurations.BuilderEventNotificationItemConfigurations.Builder. join(JoinEventConfiguration join)Join event configuration for an event configuration item.GetResourceEventConfigurationResponse.BuilderGetResourceEventConfigurationResponse.Builder. join(JoinEventConfiguration join)Event configuration for the join event.UpdateResourceEventConfigurationRequest.BuilderUpdateResourceEventConfigurationRequest.Builder. join(JoinEventConfiguration join)Event configuration for the join event.
-