Uses of Class
software.amazon.awssdk.services.sesv2.model.SuppressionOptions
Packages that use SuppressionOptions
-
Uses of SuppressionOptions in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressionOptionsModifier and TypeMethodDescriptionfinal SuppressionOptionsCreateConfigurationSetRequest.suppressionOptions()An object that contains information about the suppression list preferences for the configuration set.final SuppressionOptionsGetConfigurationSetResponse.suppressionOptions()An object that contains information about the suppression list preferences for your account or for a specific tenant.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type SuppressionOptionsModifier and TypeMethodDescriptionCreateConfigurationSetRequest.Builder.suppressionOptions(SuppressionOptions suppressionOptions) An object that contains information about the suppression list preferences for the configuration set.GetConfigurationSetResponse.Builder.suppressionOptions(SuppressionOptions suppressionOptions) An object that contains information about the suppression list preferences for your account or for a specific tenant.