Uses of Class
software.amazon.awssdk.services.sesv2.model.TopicPreference
Packages that use TopicPreference
-
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 TopicPreferenceModifier and TypeMethodDescriptionfinal List<TopicPreference>Contact.topicDefaultPreferences()The default topic preferences applied to the contact.final List<TopicPreference>GetContactResponse.topicDefaultPreferences()The default topic preferences applied to the contact.final List<TopicPreference>Contact.topicPreferences()The contact's preference for being opted-in to or opted-out of a topic.final List<TopicPreference>CreateContactRequest.topicPreferences()The contact's preferences for being opted-in to or opted-out of topics.final List<TopicPreference>GetContactResponse.topicPreferences()The contact's preference for being opted-in to or opted-out of a topic.>final 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 TopicPreferenceModifier and TypeMethodDescriptionContact.Builder.topicDefaultPreferences(TopicPreference... topicDefaultPreferences) The default topic preferences applied to the contact.GetContactResponse.Builder.topicDefaultPreferences(TopicPreference... topicDefaultPreferences) The default topic preferences applied to the contact.Contact.Builder.topicPreferences(TopicPreference... topicPreferences) The contact's preference for being opted-in to or opted-out of a topic.CreateContactRequest.Builder.topicPreferences(TopicPreference... topicPreferences) The contact's preferences for being opted-in to or opted-out of topics.GetContactResponse.Builder.topicPreferences(TopicPreference... topicPreferences) The contact's preference for being opted-in to or opted-out of a topic.>UpdateContactRequest.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 TopicPreferenceModifier and TypeMethodDescriptionContact.Builder.topicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences) The default topic preferences applied to the contact.GetContactResponse.Builder.topicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences) The default topic preferences applied to the contact.Contact.Builder.topicPreferences(Collection<TopicPreference> topicPreferences) The contact's preference for being opted-in to or opted-out of a topic.CreateContactRequest.Builder.topicPreferences(Collection<TopicPreference> topicPreferences) The contact's preferences for being opted-in to or opted-out of topics.GetContactResponse.Builder.topicPreferences(Collection<TopicPreference> topicPreferences) The contact's preference for being opted-in to or opted-out of a topic.>UpdateContactRequest.Builder.topicPreferences(Collection<TopicPreference> topicPreferences) The contact's preference for being opted-in to or opted-out of a topic.