Uses of Interface
software.amazon.awssdk.services.ses.model.IdentityNotificationAttributes.Builder
Packages that use IdentityNotificationAttributes.Builder
-
Uses of IdentityNotificationAttributes.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return IdentityNotificationAttributes.BuilderModifier and TypeMethodDescriptionIdentityNotificationAttributes.Builder.bounceTopic(String bounceTopic) The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce notifications.IdentityNotificationAttributes.builder()IdentityNotificationAttributes.Builder.complaintTopic(String complaintTopic) The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint notifications.IdentityNotificationAttributes.Builder.deliveryTopic(String deliveryTopic) The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery notifications.IdentityNotificationAttributes.Builder.forwardingEnabled(Boolean forwardingEnabled) Describes whether Amazon SES forwards bounce and complaint notifications as email.IdentityNotificationAttributes.Builder.headersInBounceNotificationsEnabled(Boolean headersInBounceNotificationsEnabled) Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of typeBounce.IdentityNotificationAttributes.Builder.headersInComplaintNotificationsEnabled(Boolean headersInComplaintNotificationsEnabled) Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of typeComplaint.IdentityNotificationAttributes.Builder.headersInDeliveryNotificationsEnabled(Boolean headersInDeliveryNotificationsEnabled) Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of typeDelivery.IdentityNotificationAttributes.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type IdentityNotificationAttributes.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IdentityNotificationAttributes.Builder>IdentityNotificationAttributes.serializableBuilderClass()