| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.clone() |
Channel |
Channel.withEventPublishers(Collection<String> eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile.
|
Channel |
Channel.withEventPublishers(EventPublisher... eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile.
|
Channel |
Channel.withEventPublishers(String... eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile.
|
Channel |
Channel.withId(String id)
Unique identifier for each
Channel in the notification configuration of a Profiling Group. |
Channel |
Channel.withUri(String uri)
Unique arn of the resource to be used for notifications.
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
NotificationConfiguration.getChannels()
List of up to two channels to be used for sending notifications for events detected from the application profile.
|
List<Channel> |
AddNotificationChannelsRequest.getChannels()
One or 2 channels to report to when anomalies are detected.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration |
NotificationConfiguration.withChannels(Channel... channels)
List of up to two channels to be used for sending notifications for events detected from the application profile.
|
AddNotificationChannelsRequest |
AddNotificationChannelsRequest.withChannels(Channel... channels)
One or 2 channels to report to when anomalies are detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationConfiguration.setChannels(Collection<Channel> channels)
List of up to two channels to be used for sending notifications for events detected from the application profile.
|
void |
AddNotificationChannelsRequest.setChannels(Collection<Channel> channels)
One or 2 channels to report to when anomalies are detected.
|
NotificationConfiguration |
NotificationConfiguration.withChannels(Collection<Channel> channels)
List of up to two channels to be used for sending notifications for events detected from the application profile.
|
AddNotificationChannelsRequest |
AddNotificationChannelsRequest.withChannels(Collection<Channel> channels)
One or 2 channels to report to when anomalies are detected.
|
Copyright © 2021. All rights reserved.