| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
DkimSigningAttributes |
DkimSigningAttributes.clone() |
DkimSigningAttributes |
CreateEmailIdentityRequest.getDkimSigningAttributes()
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.getSigningAttributes()
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.
|
DkimSigningAttributes |
DkimSigningAttributes.withDomainSigningPrivateKey(String domainSigningPrivateKey)
[Bring Your Own DKIM] A private key that's used to generate a DKIM signature.
|
DkimSigningAttributes |
DkimSigningAttributes.withDomainSigningSelector(String domainSigningSelector)
[Bring Your Own DKIM] A string that's used to identify a public key in the DNS configuration for a domain.
|
DkimSigningAttributes |
DkimSigningAttributes.withNextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength)
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
DkimSigningAttributes |
DkimSigningAttributes.withNextSigningKeyLength(String nextSigningKeyLength)
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEmailIdentityRequest.setDkimSigningAttributes(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.
|
void |
PutEmailIdentityDkimSigningAttributesRequest.setSigningAttributes(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.
|
CreateEmailIdentityRequest |
CreateEmailIdentityRequest.withDkimSigningAttributes(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 |
PutEmailIdentityDkimSigningAttributesRequest.withSigningAttributes(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 © 2025. All rights reserved.