| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.clone() |
Contact |
Contact.withEmailAddress(String emailAddress)
The contact's email address.
|
Contact |
Contact.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
A timestamp noting the last time the contact's information was updated.
|
Contact |
Contact.withTopicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences)
The default topic preferences applied to the contact.
|
Contact |
Contact.withTopicDefaultPreferences(TopicPreference... topicDefaultPreferences)
The default topic preferences applied to the contact.
|
Contact |
Contact.withTopicPreferences(Collection<TopicPreference> topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.
|
Contact |
Contact.withTopicPreferences(TopicPreference... topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.
|
Contact |
Contact.withUnsubscribeAll(Boolean unsubscribeAll)
A boolean value status noting if the contact is unsubscribed from all contact list topics.
|
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
ListContactsResult.getContacts()
The contacts present in a specific contact list.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactsResult |
ListContactsResult.withContacts(Contact... contacts)
The contacts present in a specific contact list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListContactsResult.setContacts(Collection<Contact> contacts)
The contacts present in a specific contact list.
|
ListContactsResult |
ListContactsResult.withContacts(Collection<Contact> contacts)
The contacts present in a specific contact list.
|
Copyright © 2021. All rights reserved.