| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
DkimSigningAttributes |
CreateEmailIdentityRequest.dkimSigningAttributes()
If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for
DKIM authentication purposes, as opposed to the default method, Easy DKIM.
|
DkimSigningAttributes |
PutEmailIdentityDkimSigningAttributesRequest.signingAttributes()
An object that contains information about the private key and selector that you want to use to configure DKIM for
the identity.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEmailIdentityRequest.Builder |
CreateEmailIdentityRequest.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, as opposed to the default method, Easy DKIM.
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
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.
|
Copyright © 2021. All rights reserved.