Uses of Interface
software.amazon.awssdk.services.ses.model.BouncedRecipientInfo.Builder
Packages that use BouncedRecipientInfo.Builder
-
Uses of BouncedRecipientInfo.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return BouncedRecipientInfo.BuilderModifier and TypeMethodDescriptionBouncedRecipientInfo.Builder.bounceType(String bounceType) The reason for the bounce.BouncedRecipientInfo.Builder.bounceType(BounceType bounceType) The reason for the bounce.static BouncedRecipientInfo.BuilderBouncedRecipientInfo.builder()The email address of the recipient of the bounced email.BouncedRecipientInfo.Builder.recipientArn(String recipientArn) This parameter is used only for sending authorization.default BouncedRecipientInfo.BuilderBouncedRecipientInfo.Builder.recipientDsnFields(Consumer<RecipientDsnFields.Builder> recipientDsnFields) Recipient-related DSN fields, most of which would normally be filled in automatically when provided with aBounceType.BouncedRecipientInfo.Builder.recipientDsnFields(RecipientDsnFields recipientDsnFields) Recipient-related DSN fields, most of which would normally be filled in automatically when provided with aBounceType.BouncedRecipientInfo.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type BouncedRecipientInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BouncedRecipientInfo.Builder>BouncedRecipientInfo.serializableBuilderClass()