Uses of Class
software.amazon.awssdk.services.ses.model.IdentityMailFromDomainAttributes
-
Packages that use IdentityMailFromDomainAttributes Package Description software.amazon.awssdk.services.ses.model -
-
Uses of IdentityMailFromDomainAttributes in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type IdentityMailFromDomainAttributes Modifier and Type Method Description Map<String,IdentityMailFromDomainAttributes>GetIdentityMailFromDomainAttributesResponse. mailFromDomainAttributes()A map of identities to custom MAIL FROM attributes.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type IdentityMailFromDomainAttributes Modifier and Type Method Description GetIdentityMailFromDomainAttributesResponse.BuilderGetIdentityMailFromDomainAttributesResponse.Builder. mailFromDomainAttributes(Map<String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)A map of identities to custom MAIL FROM attributes.
-