Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.NotificationConfiguration
-
Packages that use NotificationConfiguration Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of NotificationConfiguration in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return NotificationConfiguration Modifier and Type Method Description NotificationConfigurationAddNotificationChannelsResponse. notificationConfiguration()The new notification configuration for this profiling group.NotificationConfigurationGetNotificationConfigurationResponse. notificationConfiguration()The current notification configuration for this profiling group.NotificationConfigurationRemoveNotificationChannelResponse. notificationConfiguration()The new notification configuration for this profiling group.Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type NotificationConfiguration Modifier and Type Method Description AddNotificationChannelsResponse.BuilderAddNotificationChannelsResponse.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)The new notification configuration for this profiling group.GetNotificationConfigurationResponse.BuilderGetNotificationConfigurationResponse.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)The current notification configuration for this profiling group.RemoveNotificationChannelResponse.BuilderRemoveNotificationChannelResponse.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)The new notification configuration for this profiling group.
-