Uses of Interface
software.amazon.awssdk.services.sesv2.model.SuppressionAttributes.Builder
Packages that use SuppressionAttributes.Builder
-
Uses of SuppressionAttributes.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressionAttributes.BuilderModifier and TypeMethodDescriptionSuppressionAttributes.builder()SuppressionAttributes.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.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.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.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.toBuilder()default SuppressionAttributes.BuilderSuppressionAttributes.Builder.validationAttributes(Consumer<SuppressionValidationAttributes.Builder> validationAttributes) Sets the value of the ValidationAttributes property for this object.SuppressionAttributes.Builder.validationAttributes(SuppressionValidationAttributes validationAttributes) Sets the value of the ValidationAttributes property for this object.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SuppressionAttributes.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SuppressionAttributes.Builder>SuppressionAttributes.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SuppressionAttributes.BuilderModifier and TypeMethodDescriptiondefault 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.