Uses of Class
com.amazonaws.services.simpleemail.model.IdentityNotificationAttributes
Packages that use IdentityNotificationAttributes
-
Uses of IdentityNotificationAttributes in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return IdentityNotificationAttributesModifier and TypeMethodDescriptionIdentityNotificationAttributes.clone()
IdentityNotificationAttributes.withBounceTopic
(String bounceTopic) The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.IdentityNotificationAttributes.withComplaintTopic
(String complaintTopic) The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.IdentityNotificationAttributes.withDeliveryTopic
(String deliveryTopic) The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.IdentityNotificationAttributes.withForwardingEnabled
(Boolean forwardingEnabled) Describes whether Amazon SES will forward bounce and complaint notifications as email.Methods in com.amazonaws.services.simpleemail.model that return types with arguments of type IdentityNotificationAttributesModifier and TypeMethodDescriptionGetIdentityNotificationAttributesResult.getNotificationAttributes()
A map of Identity to IdentityNotificationAttributes.Methods in com.amazonaws.services.simpleemail.model with parameters of type IdentityNotificationAttributesModifier and TypeMethodDescriptionGetIdentityNotificationAttributesResult.addNotificationAttributesEntry
(String key, IdentityNotificationAttributes value) Method parameters in com.amazonaws.services.simpleemail.model with type arguments of type IdentityNotificationAttributesModifier and TypeMethodDescriptionvoid
GetIdentityNotificationAttributesResult.setNotificationAttributes
(Map<String, IdentityNotificationAttributes> notificationAttributes) A map of Identity to IdentityNotificationAttributes.GetIdentityNotificationAttributesResult.withNotificationAttributes
(Map<String, IdentityNotificationAttributes> notificationAttributes) A map of Identity to IdentityNotificationAttributes.