Uses of Class
software.amazon.awssdk.services.sesv2.model.DkimSigningAttributes
-
Packages that use DkimSigningAttributes Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of DkimSigningAttributes in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DkimSigningAttributes Modifier and Type Method Description DkimSigningAttributesCreateEmailIdentityRequest. dkimSigningAttributes()If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM.DkimSigningAttributesPutEmailIdentityDkimSigningAttributesRequest. signingAttributes()An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type DkimSigningAttributes Modifier and Type Method Description CreateEmailIdentityRequest.BuilderCreateEmailIdentityRequest.Builder. dkimSigningAttributes(DkimSigningAttributes dkimSigningAttributes)If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM.PutEmailIdentityDkimSigningAttributesRequest.BuilderPutEmailIdentityDkimSigningAttributesRequest.Builder. signingAttributes(DkimSigningAttributes signingAttributes)An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.
-