Uses of Interface
software.amazon.awssdk.services.sesv2.model.SuppressionAttributes.Builder
-
Packages that use SuppressionAttributes.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of SuppressionAttributes.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressionAttributes.Builder Modifier and Type Method Description static SuppressionAttributes.BuilderSuppressionAttributes. builder()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.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.SuppressionAttributes.BuilderSuppressionAttributes.Builder. suppressedReasonsWithStrings(String... suppressedReasons)A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.SuppressionAttributes.BuilderSuppressionAttributes.Builder. suppressedReasonsWithStrings(Collection<String> suppressedReasons)A list that contains the reasons that email addresses will be automatically added to the suppression list for your account.SuppressionAttributes.BuilderSuppressionAttributes. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SuppressionAttributes.Builder Modifier and Type Method Description static Class<? extends SuppressionAttributes.Builder>SuppressionAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SuppressionAttributes.Builder Modifier and Type Method Description default GetAccountResponse.BuilderGetAccountResponse.Builder. suppressionAttributes(Consumer<SuppressionAttributes.Builder> suppressionAttributes)An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.
-