Uses of Interface
software.amazon.awssdk.services.ses.model.SendBounceRequest.Builder
Packages that use SendBounceRequest.Builder
Package
Description
-
Uses of SendBounceRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type SendBounceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<SendBounceResponse>SesAsyncClient.sendBounce(Consumer<SendBounceRequest.Builder> sendBounceRequest) Generates and sends a bounce message to the sender of an email you received through Amazon SES.default SendBounceResponseSesClient.sendBounce(Consumer<SendBounceRequest.Builder> sendBounceRequest) Generates and sends a bounce message to the sender of an email you received through Amazon SES. -
Uses of SendBounceRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return SendBounceRequest.BuilderModifier and TypeMethodDescriptionSendBounceRequest.Builder.bouncedRecipientInfoList(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.Builder.bouncedRecipientInfoList(Consumer<BouncedRecipientInfo.Builder>... bouncedRecipientInfoList) A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients.SendBounceRequest.Builder.bouncedRecipientInfoList(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.Builder.bounceSender(String bounceSender) The address to use in the "From" header of the bounce message.SendBounceRequest.Builder.bounceSenderArn(String bounceSenderArn) This parameter is used only for sending authorization.static SendBounceRequest.BuilderSendBounceRequest.builder()SendBounceRequest.Builder.explanation(String explanation) Human-readable text for the bounce message to explain the failure.default SendBounceRequest.BuilderSendBounceRequest.Builder.messageDsn(Consumer<MessageDsn.Builder> messageDsn) Message-related DSN fields.SendBounceRequest.Builder.messageDsn(MessageDsn messageDsn) Message-related DSN fields.SendBounceRequest.Builder.originalMessageId(String originalMessageId) The message ID of the message to be bounced.SendBounceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SendBounceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SendBounceRequest.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type SendBounceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SendBounceRequest.Builder>SendBounceRequest.serializableBuilderClass()