| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
RecipientDetail |
RecipientDetail.clone() |
RecipientDetail |
RecipientDetail.withSsoIdentity(SSOIdentity ssoIdentity)
The AWS Single Sign-On (AWS SSO) authentication information.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecipientDetail> |
SMSConfiguration.getRecipients()
Specifies one or more recipients who receive the message.
|
List<RecipientDetail> |
EmailRecipients.getTo()
Specifies one or more recipients who receive the email.
|
| Modifier and Type | Method and Description |
|---|---|
SMSConfiguration |
SMSConfiguration.withRecipients(RecipientDetail... recipients)
Specifies one or more recipients who receive the message.
|
EmailRecipients |
EmailRecipients.withTo(RecipientDetail... to)
Specifies one or more recipients who receive the email.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SMSConfiguration.setRecipients(Collection<RecipientDetail> recipients)
Specifies one or more recipients who receive the message.
|
void |
EmailRecipients.setTo(Collection<RecipientDetail> to)
Specifies one or more recipients who receive the email.
|
SMSConfiguration |
SMSConfiguration.withRecipients(Collection<RecipientDetail> recipients)
Specifies one or more recipients who receive the message.
|
EmailRecipients |
EmailRecipients.withTo(Collection<RecipientDetail> to)
Specifies one or more recipients who receive the email.
|
Copyright © 2021. All rights reserved.