| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationConfiguration.Builder |
NotificationConfiguration.builder() |
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.channels(Channel... channels)
List of up to two channels to be used for sending notifications for events detected from the application
profile.
|
NotificationConfiguration.Builder |
NotificationConfiguration.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.Builder |
NotificationConfiguration.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.Builder |
NotificationConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationConfiguration.Builder> |
NotificationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RemoveNotificationChannelResponse.Builder |
RemoveNotificationChannelResponse.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
The new notification configuration for this profiling group.
|
default AddNotificationChannelsResponse.Builder |
AddNotificationChannelsResponse.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
The new notification configuration for this profiling group.
|
default GetNotificationConfigurationResponse.Builder |
GetNotificationConfigurationResponse.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
The current notification configuration for this profiling group.
|
Copyright © 2023. All rights reserved.