Uses of Class
software.amazon.awssdk.services.sesv2.model.SuppressionOptions
-
Packages that use SuppressionOptions Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of SuppressionOptions in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressionOptions Modifier and Type Method Description SuppressionOptionsCreateConfigurationSetRequest. suppressionOptions()Returns the value of the SuppressionOptions property for this object.SuppressionOptionsGetConfigurationSetResponse. suppressionOptions()An object that contains information about the suppression list preferences for your account.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type SuppressionOptions Modifier and Type Method Description CreateConfigurationSetRequest.BuilderCreateConfigurationSetRequest.Builder. suppressionOptions(SuppressionOptions suppressionOptions)Sets the value of the SuppressionOptions property for this object.GetConfigurationSetResponse.BuilderGetConfigurationSetResponse.Builder. suppressionOptions(SuppressionOptions suppressionOptions)An object that contains information about the suppression list preferences for your account.
-