Uses of Interface
software.amazon.awssdk.services.sesv2.model.SuppressionOptions.Builder
Packages that use SuppressionOptions.Builder
-
Uses of SuppressionOptions.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressionOptions.BuilderModifier and TypeMethodDescriptionstatic SuppressionOptions.BuilderSuppressionOptions.builder()SuppressionOptions.Builder.suppressedReasons(Collection<SuppressionListReason> suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for your account or for a specific tenant.SuppressionOptions.Builder.suppressedReasons(SuppressionListReason... suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for your account or for a specific tenant.SuppressionOptions.Builder.suppressedReasonsWithStrings(String... suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for your account or for a specific tenant.SuppressionOptions.Builder.suppressedReasonsWithStrings(Collection<String> suppressedReasons) A list that contains the reasons that email addresses are automatically added to the suppression list for your account or for a specific tenant.SuppressionOptions.Builder.suppressionScope(String suppressionScope) The suppression scope for the configuration set.SuppressionOptions.Builder.suppressionScope(SuppressionListScope suppressionScope) The suppression scope for the configuration set.SuppressionOptions.toBuilder()default SuppressionOptions.BuilderSuppressionOptions.Builder.validationOptions(Consumer<SuppressionValidationOptions.Builder> validationOptions) Sets the value of the ValidationOptions property for this object.SuppressionOptions.Builder.validationOptions(SuppressionValidationOptions validationOptions) Sets the value of the ValidationOptions property for this object.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SuppressionOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SuppressionOptions.Builder>SuppressionOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SuppressionOptions.BuilderModifier and TypeMethodDescriptionCreateConfigurationSetRequest.Builder.suppressionOptions(Consumer<SuppressionOptions.Builder> suppressionOptions) An object that contains information about the suppression list preferences for the configuration set.GetConfigurationSetResponse.Builder.suppressionOptions(Consumer<SuppressionOptions.Builder> suppressionOptions) An object that contains information about the suppression list preferences for your account or for a specific tenant.