Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.Channel
-
Packages that use Channel Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of Channel in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type Channel Modifier and Type Method Description List<Channel>AddNotificationChannelsRequest. channels()One or 2 channels to report to when anomalies are detected.List<Channel>NotificationConfiguration. channels()List of up to two channels to be used for sending notifications for events detected from the application profile.Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type Channel Modifier and Type Method Description AddNotificationChannelsRequest.BuilderAddNotificationChannelsRequest.Builder. channels(Channel... channels)One or 2 channels to report to when anomalies are detected.NotificationConfiguration.BuilderNotificationConfiguration.Builder. channels(Channel... channels)List of up to two channels to be used for sending notifications for events detected from the application profile.Method parameters in software.amazon.awssdk.services.codeguruprofiler.model with type arguments of type Channel Modifier and Type Method Description AddNotificationChannelsRequest.BuilderAddNotificationChannelsRequest.Builder. channels(Collection<Channel> channels)One or 2 channels to report to when anomalies are detected.NotificationConfiguration.BuilderNotificationConfiguration.Builder. channels(Collection<Channel> channels)List of up to two channels to be used for sending notifications for events detected from the application profile.
-