Uses of Interface
software.amazon.awssdk.services.iotevents.model.EmailRecipients.Builder
-
Packages that use EmailRecipients.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of EmailRecipients.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return EmailRecipients.Builder Modifier and Type Method Description static EmailRecipients.BuilderEmailRecipients. builder()EmailRecipients.BuilderEmailRecipients.Builder. to(Collection<RecipientDetail> to)Specifies one or more recipients who receive the email.EmailRecipients.BuilderEmailRecipients.Builder. to(Consumer<RecipientDetail.Builder>... to)Specifies one or more recipients who receive the email.EmailRecipients.BuilderEmailRecipients.Builder. to(RecipientDetail... to)Specifies one or more recipients who receive the email.EmailRecipients.BuilderEmailRecipients. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type EmailRecipients.Builder Modifier and Type Method Description static Class<? extends EmailRecipients.Builder>EmailRecipients. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type EmailRecipients.Builder Modifier and Type Method Description default EmailConfiguration.BuilderEmailConfiguration.Builder. recipients(Consumer<EmailRecipients.Builder> recipients)Contains the information of one or more recipients who receive the emails.
-