| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
DkimAttributes |
DkimAttributes.clone() |
DkimAttributes |
CreateEmailIdentityResult.getDkimAttributes()
An object that contains information about the DKIM attributes for the identity.
|
DkimAttributes |
GetEmailIdentityResult.getDkimAttributes()
An object that contains information about the DKIM attributes for the identity.
|
DkimAttributes |
DkimAttributes.withSigningEnabled(Boolean signingEnabled)
If the value is
true, then the messages that you send from the identity are signed using DKIM. |
DkimAttributes |
DkimAttributes.withStatus(DkimStatus status)
Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain.
|
DkimAttributes |
DkimAttributes.withStatus(String status)
Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain.
|
DkimAttributes |
DkimAttributes.withTokens(Collection<String> tokens)
A set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for
your domain.
|
DkimAttributes |
DkimAttributes.withTokens(String... tokens)
A set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for
your domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEmailIdentityResult.setDkimAttributes(DkimAttributes dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
void |
GetEmailIdentityResult.setDkimAttributes(DkimAttributes dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
CreateEmailIdentityResult |
CreateEmailIdentityResult.withDkimAttributes(DkimAttributes dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
GetEmailIdentityResult |
GetEmailIdentityResult.withDkimAttributes(DkimAttributes dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
Copyright © 2019. All rights reserved.