| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationRecipientType.Builder |
NotificationRecipientType.builder() |
NotificationRecipientType.Builder |
NotificationRecipientType.toBuilder() |
NotificationRecipientType.Builder |
NotificationRecipientType.Builder.userIds(Collection<String> userIds)
A list of user IDs.
|
NotificationRecipientType.Builder |
NotificationRecipientType.Builder.userIds(String... userIds)
A list of user IDs.
|
NotificationRecipientType.Builder |
NotificationRecipientType.Builder.userTags(Map<String,String> userTags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationRecipientType.Builder> |
NotificationRecipientType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SendNotificationActionDefinition.Builder |
SendNotificationActionDefinition.Builder.recipient(Consumer<NotificationRecipientType.Builder> recipient)
Notification recipient.
|
Copyright © 2023. All rights reserved.