| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionStatus |
SubscriptionStatus.fromValue(String value)
Use this in place of valueOf.
|
static SubscriptionStatus |
SubscriptionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionStatus[] |
SubscriptionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
ListContactsFilter |
ListContactsFilter.withFilteredStatus(SubscriptionStatus filteredStatus)
The status by which you are filtering:
OPT_IN or OPT_OUT. |
TopicPreference |
TopicPreference.withSubscriptionStatus(SubscriptionStatus subscriptionStatus)
The contact's subscription status to a topic which is either
OPT_IN or OPT_OUT. |
Copyright © 2023. All rights reserved.