| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
AddNotificationChannelsRequest.Builder |
AddNotificationChannelsRequest.Builder.channels(Channel... channels)
One or 2 channels to report to when anomalies are detected.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
AddNotificationChannelsRequest.Builder |
AddNotificationChannelsRequest.Builder.channels(Collection<Channel> channels)
One or 2 channels to report to when anomalies are detected.
|
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.
|
Copyright © 2023. All rights reserved.