| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
DkimStatus |
PutEmailIdentityDkimSigningAttributesResponse.dkimStatus()
The DKIM authentication status of the identity.
|
static DkimStatus |
DkimStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DkimStatus |
DkimAttributes.status()
Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain.
|
static DkimStatus |
DkimStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DkimStatus[] |
DkimStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DkimStatus> |
DkimStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutEmailIdentityDkimSigningAttributesResponse.Builder |
PutEmailIdentityDkimSigningAttributesResponse.Builder.dkimStatus(DkimStatus dkimStatus)
The DKIM authentication status of the identity.
|
DkimAttributes.Builder |
DkimAttributes.Builder.status(DkimStatus status)
Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the
domain.
|
Copyright © 2021. All rights reserved.