Uses of Interface
software.amazon.awssdk.services.ses.model.BounceAction.Builder
Packages that use BounceAction.Builder
-
Uses of BounceAction.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return BounceAction.BuilderModifier and TypeMethodDescriptionstatic BounceAction.BuilderBounceAction.builder()Human-readable text to include in the bounce message.The email address of the sender of the bounced email.BounceAction.Builder.smtpReplyCode(String smtpReplyCode) The SMTP reply code, as defined by RFC 5321.BounceAction.Builder.statusCode(String statusCode) The SMTP enhanced status code, as defined by RFC 3463.BounceAction.toBuilder()The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type BounceAction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BounceAction.Builder>BounceAction.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type BounceAction.BuilderModifier and TypeMethodDescriptiondefault ReceiptAction.BuilderReceiptAction.Builder.bounceAction(Consumer<BounceAction.Builder> bounceAction) Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).