| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static EmailRecipients.Builder |
EmailRecipients.builder() |
EmailRecipients.Builder |
EmailRecipients.Builder.to(Collection<RecipientDetail> to)
Specifies one or more recipients who receive the email.
|
EmailRecipients.Builder |
EmailRecipients.Builder.to(Consumer<RecipientDetail.Builder>... to)
Specifies one or more recipients who receive the email.
|
EmailRecipients.Builder |
EmailRecipients.Builder.to(RecipientDetail... to)
Specifies one or more recipients who receive the email.
|
EmailRecipients.Builder |
EmailRecipients.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EmailRecipients.Builder> |
EmailRecipients.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EmailConfiguration.Builder |
EmailConfiguration.Builder.recipients(Consumer<EmailRecipients.Builder> recipients)
Contains the information of one or more recipients who receive the emails.
|
Copyright © 2022. All rights reserved.