| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionStatus |
Topic.defaultSubscriptionStatus()
The default subscription status to be applied to a contact if the contact has not noted their preference for
subscribing to a topic.
|
SubscriptionStatus |
ListContactsFilter.filteredStatus()
The status by which you are filtering:
OPT_IN or OPT_OUT. |
static SubscriptionStatus |
SubscriptionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SubscriptionStatus |
TopicPreference.subscriptionStatus()
The contact's subscription status to a topic which is either
OPT_IN or OPT_OUT. |
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 |
|---|---|
static Set<SubscriptionStatus> |
SubscriptionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Topic.Builder |
Topic.Builder.defaultSubscriptionStatus(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.Builder |
ListContactsFilter.Builder.filteredStatus(SubscriptionStatus filteredStatus)
The status by which you are filtering:
OPT_IN or OPT_OUT. |
TopicPreference.Builder |
TopicPreference.Builder.subscriptionStatus(SubscriptionStatus subscriptionStatus)
The contact's subscription status to a topic which is either
OPT_IN or OPT_OUT. |
Copyright © 2021. All rights reserved.