| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationRecipientType |
NotificationRecipientType.addUserTagsEntry(String key,
String value)
Add a single UserTags entry
|
NotificationRecipientType |
NotificationRecipientType.clearUserTagsEntries()
Removes all the entries added into UserTags.
|
NotificationRecipientType |
NotificationRecipientType.clone() |
NotificationRecipientType |
SendNotificationActionDefinition.getRecipient()
Notification recipient.
|
NotificationRecipientType |
NotificationRecipientType.withUserIds(Collection<String> userIds)
A list of user IDs.
|
NotificationRecipientType |
NotificationRecipientType.withUserIds(String... userIds)
A list of user IDs.
|
NotificationRecipientType |
NotificationRecipientType.withUserTags(Map<String,String> userTags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendNotificationActionDefinition.setRecipient(NotificationRecipientType recipient)
Notification recipient.
|
SendNotificationActionDefinition |
SendNotificationActionDefinition.withRecipient(NotificationRecipientType recipient)
Notification recipient.
|
Copyright © 2023. All rights reserved.