Uses of Class
software.amazon.awssdk.services.ses.model.IdentityDkimAttributes
-
Packages that use IdentityDkimAttributes Package Description software.amazon.awssdk.services.ses.model -
-
Uses of IdentityDkimAttributes in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type IdentityDkimAttributes Modifier and Type Method Description Map<String,IdentityDkimAttributes>GetIdentityDkimAttributesResponse. dkimAttributes()The DKIM attributes for an email address or a domain.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type IdentityDkimAttributes Modifier and Type Method Description GetIdentityDkimAttributesResponse.BuilderGetIdentityDkimAttributesResponse.Builder. dkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)The DKIM attributes for an email address or a domain.
-