| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListManagementOptions |
ListManagementOptions.clone() |
ListManagementOptions |
SendEmailRequest.getListManagementOptions()
An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to
unsubscribe.
|
ListManagementOptions |
ListManagementOptions.withContactListName(String contactListName)
The name of the contact list.
|
ListManagementOptions |
ListManagementOptions.withTopicName(String topicName)
The name of the topic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendEmailRequest.setListManagementOptions(ListManagementOptions listManagementOptions)
An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to
unsubscribe.
|
SendEmailRequest |
SendEmailRequest.withListManagementOptions(ListManagementOptions listManagementOptions)
An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to
unsubscribe.
|
Copyright © 2025. All rights reserved.