Uses of Class
software.amazon.awssdk.services.ses.model.IdentityNotificationAttributes
-
Packages that use IdentityNotificationAttributes Package Description software.amazon.awssdk.services.ses.model -
-
Uses of IdentityNotificationAttributes in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type IdentityNotificationAttributes Modifier and Type Method Description Map<String,IdentityNotificationAttributes>GetIdentityNotificationAttributesResponse. notificationAttributes()A map of Identity to IdentityNotificationAttributes.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type IdentityNotificationAttributes Modifier and Type Method Description GetIdentityNotificationAttributesResponse.BuilderGetIdentityNotificationAttributesResponse.Builder. notificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)A map of Identity to IdentityNotificationAttributes.
-