| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
SendNotificationActionDefinition |
SendNotificationActionDefinition.clone() |
SendNotificationActionDefinition |
RuleAction.getSendNotificationAction()
Information about the send notification action.
|
SendNotificationActionDefinition |
SendNotificationActionDefinition.withContent(String content)
Notification content.
|
SendNotificationActionDefinition |
SendNotificationActionDefinition.withContentType(NotificationContentType contentType)
Content type format.
|
SendNotificationActionDefinition |
SendNotificationActionDefinition.withContentType(String contentType)
Content type format.
|
SendNotificationActionDefinition |
SendNotificationActionDefinition.withDeliveryMethod(NotificationDeliveryType deliveryMethod)
Notification delivery method.
|
SendNotificationActionDefinition |
SendNotificationActionDefinition.withDeliveryMethod(String deliveryMethod)
Notification delivery method.
|
SendNotificationActionDefinition |
SendNotificationActionDefinition.withRecipient(NotificationRecipientType recipient)
Notification recipient.
|
SendNotificationActionDefinition |
SendNotificationActionDefinition.withSubject(String subject)
The subject of the email if the delivery method is
EMAIL. |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleAction.setSendNotificationAction(SendNotificationActionDefinition sendNotificationAction)
Information about the send notification action.
|
RuleAction |
RuleAction.withSendNotificationAction(SendNotificationActionDefinition sendNotificationAction)
Information about the send notification action.
|
Copyright © 2024. All rights reserved.