Uses of Interface
software.amazon.awssdk.services.ses.model.BounceAction.Builder
-
Packages that use BounceAction.Builder Package Description software.amazon.awssdk.services.ses.model -
-
Uses of BounceAction.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return BounceAction.Builder Modifier and Type Method Description static BounceAction.BuilderBounceAction. builder()BounceAction.BuilderBounceAction.Builder. message(String message)Human-readable text to include in the bounce message.BounceAction.BuilderBounceAction.Builder. sender(String sender)The email address of the sender of the bounced email.BounceAction.BuilderBounceAction.Builder. smtpReplyCode(String smtpReplyCode)The SMTP reply code, as defined by RFC 5321.BounceAction.BuilderBounceAction.Builder. statusCode(String statusCode)The SMTP enhanced status code, as defined by RFC 3463.BounceAction.BuilderBounceAction. toBuilder()BounceAction.BuilderBounceAction.Builder. topicArn(String topicArn)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.Builder Modifier and Type Method Description static Class<? extends BounceAction.Builder>BounceAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type BounceAction.Builder Modifier and Type Method Description default 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).
-