Uses of Class
software.amazon.awssdk.services.sesv2.model.DkimAttributes
-
Packages that use DkimAttributes Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of DkimAttributes in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DkimAttributes Modifier and Type Method Description DkimAttributesCreateEmailIdentityResponse. dkimAttributes()An object that contains information about the DKIM attributes for the identity.DkimAttributesGetEmailIdentityResponse. dkimAttributes()An object that contains information about the DKIM attributes for the identity.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type DkimAttributes Modifier and Type Method Description CreateEmailIdentityResponse.BuilderCreateEmailIdentityResponse.Builder. dkimAttributes(DkimAttributes dkimAttributes)An object that contains information about the DKIM attributes for the identity.GetEmailIdentityResponse.BuilderGetEmailIdentityResponse.Builder. dkimAttributes(DkimAttributes dkimAttributes)An object that contains information about the DKIM attributes for the identity.
-