Uses of Class
com.amazonaws.services.simpleemail.model.GetIdentityNotificationAttributesResult
-
Packages that use GetIdentityNotificationAttributesResult Package Description com.amazonaws.services.simpleemail com.amazonaws.services.simpleemail.model -
-
Uses of GetIdentityNotificationAttributesResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return GetIdentityNotificationAttributesResult Modifier and Type Method Description GetIdentityNotificationAttributesResult
AbstractAmazonSimpleEmailService. getIdentityNotificationAttributes(GetIdentityNotificationAttributesRequest request)
GetIdentityNotificationAttributesResult
AmazonSimpleEmailService. getIdentityNotificationAttributes(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest)
Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.GetIdentityNotificationAttributesResult
AmazonSimpleEmailServiceClient. getIdentityNotificationAttributes(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest)
Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes. -
Uses of GetIdentityNotificationAttributesResult in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return GetIdentityNotificationAttributesResult Modifier and Type Method Description GetIdentityNotificationAttributesResult
GetIdentityNotificationAttributesResult. addNotificationAttributesEntry(String key, IdentityNotificationAttributes value)
GetIdentityNotificationAttributesResult
GetIdentityNotificationAttributesResult. clearNotificationAttributesEntries()
Removes all the entries added into NotificationAttributes.GetIdentityNotificationAttributesResult
GetIdentityNotificationAttributesResult. clone()
GetIdentityNotificationAttributesResult
GetIdentityNotificationAttributesResult. withNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.
-