| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
TopicFilter |
TopicFilter.clone() |
TopicFilter |
ListContactsFilter.getTopicFilter()
Used for filtering by a specific topic preference.
|
TopicFilter |
TopicFilter.withTopicName(String topicName)
The name of a topic on which you wish to apply the filter.
|
TopicFilter |
TopicFilter.withUseDefaultIfPreferenceUnavailable(Boolean useDefaultIfPreferenceUnavailable)
Notes that the default subscription status should be applied to a contact because the contact has not noted their
preference for subscribing to a topic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListContactsFilter.setTopicFilter(TopicFilter topicFilter)
Used for filtering by a specific topic preference.
|
ListContactsFilter |
ListContactsFilter.withTopicFilter(TopicFilter topicFilter)
Used for filtering by a specific topic preference.
|
Copyright © 2023. All rights reserved.