Uses of Interface
software.amazon.awssdk.services.sesv2.model.SuppressionOptions.Builder
-
Packages that use SuppressionOptions.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of SuppressionOptions.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressionOptions.Builder Modifier and Type Method Description static SuppressionOptions.BuilderSuppressionOptions. builder()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.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.SuppressionOptions.BuilderSuppressionOptions.Builder. suppressedReasonsWithStrings(String... suppressedReasons)A list that contains the reasons that email addresses are automatically added to the suppression list for your account.SuppressionOptions.BuilderSuppressionOptions.Builder. suppressedReasonsWithStrings(Collection<String> suppressedReasons)A list that contains the reasons that email addresses are automatically added to the suppression list for your account.SuppressionOptions.BuilderSuppressionOptions. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SuppressionOptions.Builder Modifier and Type Method Description static Class<? extends SuppressionOptions.Builder>SuppressionOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SuppressionOptions.Builder Modifier and Type Method Description default CreateConfigurationSetRequest.BuilderCreateConfigurationSetRequest.Builder. suppressionOptions(Consumer<SuppressionOptions.Builder> suppressionOptions)Sets the value of the SuppressionOptions property for this object.default GetConfigurationSetResponse.BuilderGetConfigurationSetResponse.Builder. suppressionOptions(Consumer<SuppressionOptions.Builder> suppressionOptions)An object that contains information about the suppression list preferences for your account.
-