| 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, as opposed to the default method, 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.
|
DkimSigningAttributes |
DkimSigningAttributes.withDomainSigningPrivateKey(String domainSigningPrivateKey)
A private key that's used to generate a DKIM signature.
|
DkimSigningAttributes |
DkimSigningAttributes.withDomainSigningSelector(String domainSigningSelector)
A string that's used to identify a public key in the DNS configuration for a domain.
|
| 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, as opposed to the default method, 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.
|
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, as opposed to the default method, 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.
|
Copyright © 2021. All rights reserved.