Uses of Class
software.amazon.awssdk.services.devopsguru.model.NotificationChannelConfig
-
Packages that use NotificationChannelConfig Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of NotificationChannelConfig in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return NotificationChannelConfig Modifier and Type Method Description NotificationChannelConfigAddNotificationChannelRequest. config()ANotificationChannelConfigobject that specifies what type of notification channel to add.NotificationChannelConfigNotificationChannel. config()ANotificationChannelConfigobject that contains information about configured notification channels.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type NotificationChannelConfig Modifier and Type Method Description AddNotificationChannelRequest.BuilderAddNotificationChannelRequest.Builder. config(NotificationChannelConfig config)ANotificationChannelConfigobject that specifies what type of notification channel to add.NotificationChannel.BuilderNotificationChannel.Builder. config(NotificationChannelConfig config)ANotificationChannelConfigobject that contains information about configured notification channels.
-