| 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, or, configures the key length to be used for 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 for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.
|
| 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, or, configures the key length to be used for 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 for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used
for Easy DKIM.
|
Copyright © 2021. All rights reserved.