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 GetIdentityNotificationAttributesResultAbstractAmazonSimpleEmailService. getIdentityNotificationAttributes(GetIdentityNotificationAttributesRequest request)GetIdentityNotificationAttributesResultAmazonSimpleEmailService. getIdentityNotificationAttributes(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest)Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.GetIdentityNotificationAttributesResultAmazonSimpleEmailServiceClient. 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 GetIdentityNotificationAttributesResultGetIdentityNotificationAttributesResult. addNotificationAttributesEntry(String key, IdentityNotificationAttributes value)GetIdentityNotificationAttributesResultGetIdentityNotificationAttributesResult. clearNotificationAttributesEntries()Removes all the entries added into NotificationAttributes.GetIdentityNotificationAttributesResultGetIdentityNotificationAttributesResult. clone()GetIdentityNotificationAttributesResultGetIdentityNotificationAttributesResult. withNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)A map of Identity to IdentityNotificationAttributes.
-