Uses of Enum
software.amazon.awssdk.services.sesv2.model.SubscriptionStatus
Packages that use SubscriptionStatus
-
Uses of SubscriptionStatus in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SubscriptionStatusModifier and TypeMethodDescriptionfinal 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.final SubscriptionStatusListContactsFilter.filteredStatus()The status by which you are filtering:OPT_INorOPT_OUT.static SubscriptionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SubscriptionStatusTopicPreference.subscriptionStatus()The contact's subscription status to a topic which is eitherOPT_INorOPT_OUT.static SubscriptionStatusReturns 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 SubscriptionStatusModifier and TypeMethodDescriptionstatic Set<SubscriptionStatus>SubscriptionStatus.knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type SubscriptionStatusModifier and TypeMethodDescriptionTopic.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.filteredStatus(SubscriptionStatus filteredStatus) The status by which you are filtering:OPT_INorOPT_OUT.TopicPreference.Builder.subscriptionStatus(SubscriptionStatus subscriptionStatus) The contact's subscription status to a topic which is eitherOPT_INorOPT_OUT.