| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Topic |
Topic.clone() |
Topic |
Topic.withDefaultSubscriptionStatus(String defaultSubscriptionStatus)
The default subscription status to be applied to a contact if the contact has not noted their preference for
subscribing to a topic.
|
Topic |
Topic.withDefaultSubscriptionStatus(SubscriptionStatus defaultSubscriptionStatus)
The default subscription status to be applied to a contact if the contact has not noted their preference for
subscribing to a topic.
|
Topic |
Topic.withDescription(String description)
A description of what the topic is about, which the contact will see.
|
Topic |
Topic.withDisplayName(String displayName)
The name of the topic the contact will see.
|
Topic |
Topic.withTopicName(String topicName)
The name of the topic.
|
| Modifier and Type | Method and Description |
|---|---|
List<Topic> |
CreateContactListRequest.getTopics()
An interest group, theme, or label within a list.
|
List<Topic> |
UpdateContactListRequest.getTopics()
An interest group, theme, or label within a list.
|
List<Topic> |
GetContactListResult.getTopics()
An interest group, theme, or label within a list.
|
| Modifier and Type | Method and Description |
|---|---|
CreateContactListRequest |
CreateContactListRequest.withTopics(Topic... topics)
An interest group, theme, or label within a list.
|
UpdateContactListRequest |
UpdateContactListRequest.withTopics(Topic... topics)
An interest group, theme, or label within a list.
|
GetContactListResult |
GetContactListResult.withTopics(Topic... topics)
An interest group, theme, or label within a list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateContactListRequest.setTopics(Collection<Topic> topics)
An interest group, theme, or label within a list.
|
void |
UpdateContactListRequest.setTopics(Collection<Topic> topics)
An interest group, theme, or label within a list.
|
void |
GetContactListResult.setTopics(Collection<Topic> topics)
An interest group, theme, or label within a list.
|
CreateContactListRequest |
CreateContactListRequest.withTopics(Collection<Topic> topics)
An interest group, theme, or label within a list.
|
UpdateContactListRequest |
UpdateContactListRequest.withTopics(Collection<Topic> topics)
An interest group, theme, or label within a list.
|
GetContactListResult |
GetContactListResult.withTopics(Collection<Topic> topics)
An interest group, theme, or label within a list.
|
Copyright © 2022. All rights reserved.