Uses of Class
software.amazon.awssdk.services.sesv2.model.TopicPreference
-
Packages that use TopicPreference Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of TopicPreference in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type TopicPreference Modifier and Type Method Description List<TopicPreference>Contact. topicDefaultPreferences()The default topic preferences applied to the contact.List<TopicPreference>GetContactResponse. topicDefaultPreferences()The default topic preferences applied to the contact.List<TopicPreference>Contact. 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>GetContactResponse. topicPreferences()The contact's preference for being opted-in to or opted-out of a topic.>List<TopicPreference>UpdateContactRequest. topicPreferences()The contact's preference for being opted-in to or opted-out of a topic.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type TopicPreference Modifier and Type Method Description Contact.BuilderContact.Builder. topicDefaultPreferences(TopicPreference... topicDefaultPreferences)The default topic preferences applied to the contact.GetContactResponse.BuilderGetContactResponse.Builder. topicDefaultPreferences(TopicPreference... topicDefaultPreferences)The default topic preferences applied to the contact.Contact.BuilderContact.Builder. topicPreferences(TopicPreference... topicPreferences)The contact's preference for being opted-in to or opted-out of a topic.CreateContactRequest.BuilderCreateContactRequest.Builder. topicPreferences(TopicPreference... topicPreferences)The contact's preferences for being opted-in to or opted-out of topics.GetContactResponse.BuilderGetContactResponse.Builder. topicPreferences(TopicPreference... topicPreferences)The contact's preference for being opted-in to or opted-out of a topic.>UpdateContactRequest.BuilderUpdateContactRequest.Builder. topicPreferences(TopicPreference... topicPreferences)The contact's preference for being opted-in to or opted-out of a topic.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type TopicPreference Modifier and Type Method Description Contact.BuilderContact.Builder. topicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences)The default topic preferences applied to the contact.GetContactResponse.BuilderGetContactResponse.Builder. topicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences)The default topic preferences applied to the contact.Contact.BuilderContact.Builder. topicPreferences(Collection<TopicPreference> topicPreferences)The contact's preference for being opted-in to or opted-out of a topic.CreateContactRequest.BuilderCreateContactRequest.Builder. topicPreferences(Collection<TopicPreference> topicPreferences)The contact's preferences for being opted-in to or opted-out of topics.GetContactResponse.BuilderGetContactResponse.Builder. topicPreferences(Collection<TopicPreference> topicPreferences)The contact's preference for being opted-in to or opted-out of a topic.>UpdateContactRequest.BuilderUpdateContactRequest.Builder. topicPreferences(Collection<TopicPreference> topicPreferences)The contact's preference for being opted-in to or opted-out of a topic.
-