| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration |
NotificationConfiguration.clone() |
NotificationConfiguration |
RemoveNotificationChannelResult.getNotificationConfiguration()
The new notification configuration for this profiling group.
|
NotificationConfiguration |
GetNotificationConfigurationResult.getNotificationConfiguration()
The current notification configuration for this profiling group.
|
NotificationConfiguration |
AddNotificationChannelsResult.getNotificationConfiguration()
The new notification configuration for this profiling group.
|
NotificationConfiguration |
NotificationConfiguration.withChannels(Channel... channels)
List of up to two channels to be used for sending notifications for events detected from the application profile.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoveNotificationChannelResult.setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The new notification configuration for this profiling group.
|
void |
GetNotificationConfigurationResult.setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The current notification configuration for this profiling group.
|
void |
AddNotificationChannelsResult.setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The new notification configuration for this profiling group.
|
RemoveNotificationChannelResult |
RemoveNotificationChannelResult.withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The new notification configuration for this profiling group.
|
GetNotificationConfigurationResult |
GetNotificationConfigurationResult.withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The current notification configuration for this profiling group.
|
AddNotificationChannelsResult |
AddNotificationChannelsResult.withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The new notification configuration for this profiling group.
|
Copyright © 2023. All rights reserved.