Uses of Class
software.amazon.awssdk.services.iotevents.model.RecipientDetail
-
Packages that use RecipientDetail Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of RecipientDetail in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type RecipientDetail Modifier and Type Method Description List<RecipientDetail>SMSConfiguration. recipients()Specifies one or more recipients who receive the message.List<RecipientDetail>EmailRecipients. to()Specifies one or more recipients who receive the email.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type RecipientDetail Modifier and Type Method Description SMSConfiguration.BuilderSMSConfiguration.Builder. recipients(RecipientDetail... recipients)Specifies one or more recipients who receive the message.EmailRecipients.BuilderEmailRecipients.Builder. to(RecipientDetail... to)Specifies one or more recipients who receive the email.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type RecipientDetail Modifier and Type Method Description SMSConfiguration.BuilderSMSConfiguration.Builder. recipients(Collection<RecipientDetail> recipients)Specifies one or more recipients who receive the message.EmailRecipients.BuilderEmailRecipients.Builder. to(Collection<RecipientDetail> to)Specifies one or more recipients who receive the email.
-