Uses of Class
com.amazonaws.services.simpleemail.model.IdentityNotificationAttributes

Packages that use IdentityNotificationAttributes
com.amazonaws.services.simpleemail.model Classes modeling the various types represented by AmazonSimpleEmailService. 
 

Uses of IdentityNotificationAttributes in com.amazonaws.services.simpleemail.model
 

Methods in com.amazonaws.services.simpleemail.model that return IdentityNotificationAttributes
 IdentityNotificationAttributes IdentityNotificationAttributes.withBounceTopic(String bounceTopic)
          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic where Amazon SES will publish bounce notifications.
 IdentityNotificationAttributes IdentityNotificationAttributes.withComplaintTopic(String complaintTopic)
          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic where Amazon SES will publish complaint notifications.
 IdentityNotificationAttributes IdentityNotificationAttributes.withForwardingEnabled(Boolean forwardingEnabled)
          Describes whether Amazon SES will forward feedback as email.
 

Methods in com.amazonaws.services.simpleemail.model that return types with arguments of type IdentityNotificationAttributes
 Map<String,IdentityNotificationAttributes> GetIdentityNotificationAttributesResult.getNotificationAttributes()
          A map of Identity to IdentityNotificationAttributes.
 

Methods in com.amazonaws.services.simpleemail.model with parameters of type IdentityNotificationAttributes
 GetIdentityNotificationAttributesResult GetIdentityNotificationAttributesResult.addNotificationAttributesEntry(String key, IdentityNotificationAttributes value)
          A map of Identity to IdentityNotificationAttributes.
 

Method parameters in com.amazonaws.services.simpleemail.model with type arguments of type IdentityNotificationAttributes
 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.
 



Copyright © 2016. All rights reserved.