Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetContactResponse.Builder
Packages that use GetContactResponse.Builder
-
Uses of GetContactResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetContactResponse.BuilderModifier and TypeMethodDescriptionGetContactResponse.Builder.attributesData(String attributesData) The attribute data attached to a contact.static GetContactResponse.BuilderGetContactResponse.builder()GetContactResponse.Builder.contactListName(String contactListName) The name of the contact list to which the contact belongs.GetContactResponse.Builder.createdTimestamp(Instant createdTimestamp) A timestamp noting when the contact was created.GetContactResponse.Builder.emailAddress(String emailAddress) The contact's email address.GetContactResponse.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) A timestamp noting the last time the contact's information was updated.GetContactResponse.toBuilder()GetContactResponse.Builder.topicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences) The default topic preferences applied to the contact.GetContactResponse.Builder.topicDefaultPreferences(Consumer<TopicPreference.Builder>... topicDefaultPreferences) The default topic preferences applied to the contact.GetContactResponse.Builder.topicDefaultPreferences(TopicPreference... topicDefaultPreferences) The default topic preferences applied to the contact.GetContactResponse.Builder.topicPreferences(Collection<TopicPreference> topicPreferences) The contact's preference for being opted-in to or opted-out of a topic.>GetContactResponse.Builder.topicPreferences(Consumer<TopicPreference.Builder>... topicPreferences) The contact's preference for being opted-in to or opted-out of a topic.>GetContactResponse.Builder.topicPreferences(TopicPreference... topicPreferences) The contact's preference for being opted-in to or opted-out of a topic.>GetContactResponse.Builder.unsubscribeAll(Boolean unsubscribeAll) A boolean value status noting if the contact is unsubscribed from all contact list topics.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetContactResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetContactResponse.Builder>GetContactResponse.serializableBuilderClass()