| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<TopicPreference> |
GetContactResponse.topicDefaultPreferences()
The default topic preferences applied to the contact.
|
List<TopicPreference> |
Contact.topicDefaultPreferences()
The default topic preferences applied to the contact.
|
List<TopicPreference> |
GetContactResponse.topicPreferences()
The contact's preference for being opted-in to or opted-out of a topic.>
|
List<TopicPreference> |
CreateContactRequest.topicPreferences()
The contact's preferences for being opted-in to or opted-out of topics.
|
List<TopicPreference> |
UpdateContactRequest.topicPreferences()
The contact's preference for being opted-in to or opted-out of a topic.
|
List<TopicPreference> |
Contact.topicPreferences()
The contact's preference for being opted-in to or opted-out of a topic.
|
| Modifier and Type | Method and Description |
|---|---|
GetContactResponse.Builder |
GetContactResponse.Builder.topicDefaultPreferences(TopicPreference... topicDefaultPreferences)
The default topic preferences applied to the contact.
|
Contact.Builder |
Contact.Builder.topicDefaultPreferences(TopicPreference... topicDefaultPreferences)
The default topic preferences applied to the contact.
|
GetContactResponse.Builder |
GetContactResponse.Builder.topicPreferences(TopicPreference... topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.>
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.topicPreferences(TopicPreference... topicPreferences)
The contact's preferences for being opted-in to or opted-out of topics.
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.topicPreferences(TopicPreference... topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.
|
Contact.Builder |
Contact.Builder.topicPreferences(TopicPreference... topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.
|
| Modifier and Type | Method and Description |
|---|---|
GetContactResponse.Builder |
GetContactResponse.Builder.topicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences)
The default topic preferences applied to the contact.
|
Contact.Builder |
Contact.Builder.topicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences)
The default topic preferences applied to the contact.
|
GetContactResponse.Builder |
GetContactResponse.Builder.topicPreferences(Collection<TopicPreference> topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.>
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.topicPreferences(Collection<TopicPreference> topicPreferences)
The contact's preferences for being opted-in to or opted-out of topics.
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.topicPreferences(Collection<TopicPreference> topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.
|
Contact.Builder |
Contact.Builder.topicPreferences(Collection<TopicPreference> topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.
|
Copyright © 2021. All rights reserved.