Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalMap<java.lang.String,IdentityDkimAttributes> |
GetIdentityDkimAttributesResult.dkimAttributes
The DKIM attributes for an email address or a domain.
|
Modifier and Type | Method and Description |
---|---|
IdentityDkimAttributes |
IdentityDkimAttributes.clone() |
IdentityDkimAttributes |
IdentityDkimAttributes.withDkimEnabled(java.lang.Boolean dkimEnabled)
True if DKIM signing is enabled for email sent from the identity; false
otherwise.
|
IdentityDkimAttributes |
IdentityDkimAttributes.withDkimTokens(java.util.Collection<java.lang.String> dkimTokens)
A set of character strings that represent the domain's identity.
|
IdentityDkimAttributes |
IdentityDkimAttributes.withDkimTokens(java.lang.String... dkimTokens)
A set of character strings that represent the domain's identity.
|
IdentityDkimAttributes |
IdentityDkimAttributes.withDkimVerificationStatus(java.lang.String dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS
records (tokens) published in the domain name's DNS.
|
IdentityDkimAttributes |
IdentityDkimAttributes.withDkimVerificationStatus(VerificationStatus dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS
records (tokens) published in the domain name's DNS.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,IdentityDkimAttributes> |
GetIdentityDkimAttributesResult.getDkimAttributes()
The DKIM attributes for an email address or a domain.
|
Modifier and Type | Method and Description |
---|---|
GetIdentityDkimAttributesResult |
GetIdentityDkimAttributesResult.addDkimAttributesEntry(java.lang.String key,
IdentityDkimAttributes value) |
Modifier and Type | Method and Description |
---|---|
void |
GetIdentityDkimAttributesResult.setDkimAttributes(java.util.Map<java.lang.String,IdentityDkimAttributes> dkimAttributes)
The DKIM attributes for an email address or a domain.
|
GetIdentityDkimAttributesResult |
GetIdentityDkimAttributesResult.withDkimAttributes(java.util.Map<java.lang.String,IdentityDkimAttributes> dkimAttributes)
The DKIM attributes for an email address or a domain.
|
Modifier and Type | Method and Description |
---|---|
IdentityDkimAttributes |
IdentityDkimAttributesStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
java.util.Map.Entry<java.lang.String,IdentityDkimAttributes> |
GetIdentityDkimAttributesResultStaxUnmarshaller.DkimAttributesMapEntryUnmarshaller.unmarshall(StaxUnmarshallerContext context) |