Uses of Class
com.amazonaws.services.simpleemail.model.SendBounceRequest
Packages that use SendBounceRequest
-
Uses of SendBounceRequest in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail with parameters of type SendBounceRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailService.sendBounce(SendBounceRequest request) AmazonSimpleEmailService.sendBounce(SendBounceRequest sendBounceRequest) Generates and sends a bounce message to the sender of an email you received through Amazon SES.AmazonSimpleEmailServiceClient.sendBounce(SendBounceRequest sendBounceRequest) Generates and sends a bounce message to the sender of an email you received through Amazon SES.AbstractAmazonSimpleEmailServiceAsync.sendBounceAsync(SendBounceRequest request) AbstractAmazonSimpleEmailServiceAsync.sendBounceAsync(SendBounceRequest request, AsyncHandler<SendBounceRequest, SendBounceResult> asyncHandler) AmazonSimpleEmailServiceAsync.sendBounceAsync(SendBounceRequest sendBounceRequest) Generates and sends a bounce message to the sender of an email you received through Amazon SES.AmazonSimpleEmailServiceAsync.sendBounceAsync(SendBounceRequest sendBounceRequest, AsyncHandler<SendBounceRequest, SendBounceResult> asyncHandler) Generates and sends a bounce message to the sender of an email you received through Amazon SES.AmazonSimpleEmailServiceAsyncClient.sendBounceAsync(SendBounceRequest request) AmazonSimpleEmailServiceAsyncClient.sendBounceAsync(SendBounceRequest request, AsyncHandler<SendBounceRequest, SendBounceResult> asyncHandler) Method parameters in com.amazonaws.services.simpleemail with type arguments of type SendBounceRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.sendBounceAsync(SendBounceRequest request, AsyncHandler<SendBounceRequest, SendBounceResult> asyncHandler) AmazonSimpleEmailServiceAsync.sendBounceAsync(SendBounceRequest sendBounceRequest, AsyncHandler<SendBounceRequest, SendBounceResult> asyncHandler) Generates and sends a bounce message to the sender of an email you received through Amazon SES.AmazonSimpleEmailServiceAsyncClient.sendBounceAsync(SendBounceRequest request, AsyncHandler<SendBounceRequest, SendBounceResult> asyncHandler) -
Uses of SendBounceRequest in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return SendBounceRequestModifier and TypeMethodDescriptionSendBounceRequest.clone()SendBounceRequest.withBouncedRecipientInfoList(BouncedRecipientInfo... bouncedRecipientInfoList) A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients.SendBounceRequest.withBouncedRecipientInfoList(Collection<BouncedRecipientInfo> bouncedRecipientInfoList) A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients.SendBounceRequest.withBounceSender(String bounceSender) The address to use in the "From" header of the bounce message.SendBounceRequest.withBounceSenderArn(String bounceSenderArn) This parameter is used only for sending authorization.SendBounceRequest.withExplanation(String explanation) Human-readable text for the bounce message to explain the failure.SendBounceRequest.withMessageDsn(MessageDsn messageDsn) Message-related DSN fields.SendBounceRequest.withOriginalMessageId(String originalMessageId) The message ID of the message to be bounced.