| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
TopicPreference |
TopicPreference.clone() |
TopicPreference |
TopicPreference.withSubscriptionStatus(String subscriptionStatus)
The contact's subscription status to a topic which is either
OPT_IN or OPT_OUT. |
TopicPreference |
TopicPreference.withSubscriptionStatus(SubscriptionStatus subscriptionStatus)
The contact's subscription status to a topic which is either
OPT_IN or OPT_OUT. |
TopicPreference |
TopicPreference.withTopicName(String topicName)
The name of the topic.
|
| Modifier and Type | Method and Description |
|---|---|
List<TopicPreference> |
Contact.getTopicDefaultPreferences()
The default topic preferences applied to the contact.
|
List<TopicPreference> |
GetContactResult.getTopicDefaultPreferences()
The default topic preferences applied to the contact.
|
List<TopicPreference> |
UpdateContactRequest.getTopicPreferences()
The contact's preference for being opted-in to or opted-out of a topic.
|
List<TopicPreference> |
Contact.getTopicPreferences()
The contact's preference for being opted-in to or opted-out of a topic.
|
List<TopicPreference> |
GetContactResult.getTopicPreferences()
The contact's preference for being opted-in to or opted-out of a topic.>
|
List<TopicPreference> |
CreateContactRequest.getTopicPreferences()
The contact's preferences for being opted-in to or opted-out of topics.
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.withTopicDefaultPreferences(TopicPreference... topicDefaultPreferences)
The default topic preferences applied to the contact.
|
GetContactResult |
GetContactResult.withTopicDefaultPreferences(TopicPreference... topicDefaultPreferences)
The default topic preferences applied to the contact.
|
UpdateContactRequest |
UpdateContactRequest.withTopicPreferences(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.
|
GetContactResult |
GetContactResult.withTopicPreferences(TopicPreference... topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.>
|
CreateContactRequest |
CreateContactRequest.withTopicPreferences(TopicPreference... topicPreferences)
The contact's preferences for being opted-in to or opted-out of topics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Contact.setTopicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences)
The default topic preferences applied to the contact.
|
void |
GetContactResult.setTopicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences)
The default topic preferences applied to the contact.
|
void |
UpdateContactRequest.setTopicPreferences(Collection<TopicPreference> topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.
|
void |
Contact.setTopicPreferences(Collection<TopicPreference> topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.
|
void |
GetContactResult.setTopicPreferences(Collection<TopicPreference> topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.>
|
void |
CreateContactRequest.setTopicPreferences(Collection<TopicPreference> topicPreferences)
The contact's preferences for being opted-in to or opted-out of topics.
|
Contact |
Contact.withTopicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences)
The default topic preferences applied to the contact.
|
GetContactResult |
GetContactResult.withTopicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences)
The default topic preferences applied to the contact.
|
UpdateContactRequest |
UpdateContactRequest.withTopicPreferences(Collection<TopicPreference> topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.
|
Contact |
Contact.withTopicPreferences(Collection<TopicPreference> topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.
|
GetContactResult |
GetContactResult.withTopicPreferences(Collection<TopicPreference> topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.>
|
CreateContactRequest |
CreateContactRequest.withTopicPreferences(Collection<TopicPreference> topicPreferences)
The contact's preferences for being opted-in to or opted-out of topics.
|
Copyright © 2022. All rights reserved.