Uses of Interface
software.amazon.awssdk.services.codeguruprofiler.model.NotificationConfiguration.Builder
-
Packages that use NotificationConfiguration.Builder Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of NotificationConfiguration.Builder in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return NotificationConfiguration.Builder Modifier and Type Method Description static NotificationConfiguration.BuilderNotificationConfiguration. builder()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.NotificationConfiguration.BuilderNotificationConfiguration.Builder. channels(Consumer<Channel.Builder>... channels)List of up to two channels to be used for sending notifications for events detected from the application profile.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.NotificationConfiguration.BuilderNotificationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type NotificationConfiguration.Builder Modifier and Type Method Description static Class<? extends NotificationConfiguration.Builder>NotificationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codeguruprofiler.model with type arguments of type NotificationConfiguration.Builder Modifier and Type Method Description default AddNotificationChannelsResponse.BuilderAddNotificationChannelsResponse.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)The new notification configuration for this profiling group.default GetNotificationConfigurationResponse.BuilderGetNotificationConfigurationResponse.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)The current notification configuration for this profiling group.default RemoveNotificationChannelResponse.BuilderRemoveNotificationChannelResponse.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)The new notification configuration for this profiling group.
-