Uses of Interface
software.amazon.awssdk.services.connect.model.NotificationRecipientType.Builder
-
Packages that use NotificationRecipientType.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of NotificationRecipientType.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return NotificationRecipientType.Builder Modifier and Type Method Description static NotificationRecipientType.BuilderNotificationRecipientType. builder()NotificationRecipientType.BuilderNotificationRecipientType. toBuilder()NotificationRecipientType.BuilderNotificationRecipientType.Builder. userIds(String... userIds)A list of user IDs.NotificationRecipientType.BuilderNotificationRecipientType.Builder. userIds(Collection<String> userIds)A list of user IDs.NotificationRecipientType.BuilderNotificationRecipientType.Builder. userTags(Map<String,String> userTags)The tags used to organize, track, or control access for this resource.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type NotificationRecipientType.Builder Modifier and Type Method Description static Class<? extends NotificationRecipientType.Builder>NotificationRecipientType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type NotificationRecipientType.Builder Modifier and Type Method Description default SendNotificationActionDefinition.BuilderSendNotificationActionDefinition.Builder. recipient(Consumer<NotificationRecipientType.Builder> recipient)Notification recipient.
-