Uses of Class
software.amazon.awssdk.services.sesv2.model.DkimSigningAttributes
Packages that use DkimSigningAttributes
-
Uses of DkimSigningAttributes in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DkimSigningAttributesModifier and TypeMethodDescriptionfinal 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.final 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 DkimSigningAttributesModifier and TypeMethodDescriptionCreateEmailIdentityRequest.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.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.