Uses of Class
software.amazon.awssdk.services.sesv2.model.SuppressionListReason
-
Packages that use SuppressionListReason Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of SuppressionListReason in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressionListReason Modifier and Type Method Description static SuppressionListReasonSuppressionListReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SuppressionListReasonPutSuppressedDestinationRequest. reason()The factors that should cause the email address to be added to the suppression list for your account.SuppressionListReasonSuppressedDestination. reason()The reason that the address was added to the suppression list for your account.SuppressionListReasonSuppressedDestinationSummary. reason()The reason that the address was added to the suppression list for your account.static SuppressionListReasonSuppressionListReason. valueOf(String name)Returns the enum constant of this type with the specified name.static SuppressionListReason[]SuppressionListReason. 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 SuppressionListReason Modifier and Type Method Description static Set<SuppressionListReason>SuppressionListReason. knownValues()List<SuppressionListReason>ListSuppressedDestinationsRequest. reasons()The factors that caused the email address to be added to .List<SuppressionListReason>PutAccountSuppressionAttributesRequest. suppressedReasons()A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.List<SuppressionListReason>PutConfigurationSetSuppressionOptionsRequest. suppressedReasons()A list that contains the reasons that email addresses are automatically added to the suppression list for your account.List<SuppressionListReason>SuppressionAttributes. suppressedReasons()A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.List<SuppressionListReason>SuppressionOptions. suppressedReasons()A list that contains the reasons that email addresses are automatically added to the suppression list for your account.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type SuppressionListReason Modifier and Type Method Description PutSuppressedDestinationRequest.BuilderPutSuppressedDestinationRequest.Builder. reason(SuppressionListReason reason)The factors that should cause the email address to be added to the suppression list for your account.SuppressedDestination.BuilderSuppressedDestination.Builder. reason(SuppressionListReason reason)The reason that the address was added to the suppression list for your account.SuppressedDestinationSummary.BuilderSuppressedDestinationSummary.Builder. reason(SuppressionListReason reason)The reason that the address was added to the suppression list for your account.ListSuppressedDestinationsRequest.BuilderListSuppressedDestinationsRequest.Builder. reasons(SuppressionListReason... reasons)The factors that caused the email address to be added to .PutAccountSuppressionAttributesRequest.BuilderPutAccountSuppressionAttributesRequest.Builder. suppressedReasons(SuppressionListReason... suppressedReasons)A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.PutConfigurationSetSuppressionOptionsRequest.BuilderPutConfigurationSetSuppressionOptionsRequest.Builder. suppressedReasons(SuppressionListReason... suppressedReasons)A list that contains the reasons that email addresses are automatically added to the suppression list for your account.SuppressionAttributes.BuilderSuppressionAttributes.Builder. suppressedReasons(SuppressionListReason... suppressedReasons)A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.SuppressionOptions.BuilderSuppressionOptions.Builder. suppressedReasons(SuppressionListReason... suppressedReasons)A list that contains the reasons that email addresses are automatically added to the suppression list for your account.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SuppressionListReason Modifier and Type Method Description ListSuppressedDestinationsRequest.BuilderListSuppressedDestinationsRequest.Builder. reasons(Collection<SuppressionListReason> reasons)The factors that caused the email address to be added to .PutAccountSuppressionAttributesRequest.BuilderPutAccountSuppressionAttributesRequest.Builder. suppressedReasons(Collection<SuppressionListReason> suppressedReasons)A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.PutConfigurationSetSuppressionOptionsRequest.BuilderPutConfigurationSetSuppressionOptionsRequest.Builder. suppressedReasons(Collection<SuppressionListReason> suppressedReasons)A list that contains the reasons that email addresses are automatically added to the suppression list for your account.SuppressionAttributes.BuilderSuppressionAttributes.Builder. suppressedReasons(Collection<SuppressionListReason> suppressedReasons)A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.SuppressionOptions.BuilderSuppressionOptions.Builder. suppressedReasons(Collection<SuppressionListReason> suppressedReasons)A list that contains the reasons that email addresses are automatically added to the suppression list for your account.
-