| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
GetContactResponse.Builder |
GetContactResponse.Builder.attributesData(String attributesData)
The attribute data attached to a contact.
|
static GetContactResponse.Builder |
GetContactResponse.builder() |
GetContactResponse.Builder |
GetContactResponse.Builder.contactListName(String contactListName)
The name of the contact list to which the contact belongs.
|
GetContactResponse.Builder |
GetContactResponse.Builder.createdTimestamp(Instant createdTimestamp)
A timestamp noting when the contact was created.
|
GetContactResponse.Builder |
GetContactResponse.Builder.emailAddress(String emailAddress)
The contact's email addres.
|
GetContactResponse.Builder |
GetContactResponse.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
A timestamp noting the last time the contact's information was updated.
|
GetContactResponse.Builder |
GetContactResponse.toBuilder() |
GetContactResponse.Builder |
GetContactResponse.Builder.topicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences)
The default topic preferences applied to the contact.
|
GetContactResponse.Builder |
GetContactResponse.Builder.topicDefaultPreferences(Consumer<TopicPreference.Builder>... topicDefaultPreferences)
The default topic preferences applied to the contact.
|
GetContactResponse.Builder |
GetContactResponse.Builder.topicDefaultPreferences(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.>
|
GetContactResponse.Builder |
GetContactResponse.Builder.topicPreferences(Consumer<TopicPreference.Builder>... topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.>
|
GetContactResponse.Builder |
GetContactResponse.Builder.topicPreferences(TopicPreference... topicPreferences)
The contact's preference for being opted-in to or opted-out of a topic.>
|
GetContactResponse.Builder |
GetContactResponse.Builder.unsubscribeAll(Boolean unsubscribeAll)
A boolean value status noting if the contact is unsubscribed from all contact list topics.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetContactResponse.Builder> |
GetContactResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.