Uses of Class
com.amazonaws.services.simpleemail.model.IdentityNotificationAttributes
-
Packages that use IdentityNotificationAttributes Package Description com.amazonaws.services.simpleemail.model -
-
Uses of IdentityNotificationAttributes in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return IdentityNotificationAttributes Modifier and Type Method Description IdentityNotificationAttributes
IdentityNotificationAttributes. clone()
IdentityNotificationAttributes
IdentityNotificationAttributes. withBounceTopic(String bounceTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.IdentityNotificationAttributes
IdentityNotificationAttributes. withComplaintTopic(String complaintTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.IdentityNotificationAttributes
IdentityNotificationAttributes. withDeliveryTopic(String deliveryTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.IdentityNotificationAttributes
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 IdentityNotificationAttributes Modifier and Type Method Description Map<String,IdentityNotificationAttributes>
GetIdentityNotificationAttributesResult. getNotificationAttributes()
A map of Identity to IdentityNotificationAttributes.Methods in com.amazonaws.services.simpleemail.model with parameters of type IdentityNotificationAttributes Modifier and Type Method Description GetIdentityNotificationAttributesResult
GetIdentityNotificationAttributesResult. addNotificationAttributesEntry(String key, IdentityNotificationAttributes value)
Method parameters in com.amazonaws.services.simpleemail.model with type arguments of type IdentityNotificationAttributes Modifier and Type Method Description void
GetIdentityNotificationAttributesResult. setNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.GetIdentityNotificationAttributesResult
GetIdentityNotificationAttributesResult. withNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.
-