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