Uses of Class
software.amazon.awssdk.services.sesv2.model.SubscriptionStatus
-
Packages that use SubscriptionStatus Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of SubscriptionStatus in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SubscriptionStatus Modifier and Type Method Description SubscriptionStatusTopic. defaultSubscriptionStatus()The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.SubscriptionStatusListContactsFilter. filteredStatus()The status by which you are filtering:OPT_INorOPT_OUT.static SubscriptionStatusSubscriptionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SubscriptionStatusTopicPreference. subscriptionStatus()The contact's subscription status to a topic which is eitherOPT_INorOPT_OUT.static SubscriptionStatusSubscriptionStatus. 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.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SubscriptionStatus Modifier and Type Method Description static Set<SubscriptionStatus>SubscriptionStatus. knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type SubscriptionStatus Modifier and Type Method Description Topic.BuilderTopic.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.BuilderListContactsFilter.Builder. filteredStatus(SubscriptionStatus filteredStatus)The status by which you are filtering:OPT_INorOPT_OUT.TopicPreference.BuilderTopicPreference.Builder. subscriptionStatus(SubscriptionStatus subscriptionStatus)The contact's subscription status to a topic which is eitherOPT_INorOPT_OUT.
-