| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static PutEmailIdentityDkimSigningAttributesResponse.Builder |
PutEmailIdentityDkimSigningAttributesResponse.builder() |
PutEmailIdentityDkimSigningAttributesResponse.Builder |
PutEmailIdentityDkimSigningAttributesResponse.Builder.dkimStatus(DkimStatus dkimStatus)
The DKIM authentication status of the identity.
|
PutEmailIdentityDkimSigningAttributesResponse.Builder |
PutEmailIdentityDkimSigningAttributesResponse.Builder.dkimStatus(String dkimStatus)
The DKIM authentication status of the identity.
|
PutEmailIdentityDkimSigningAttributesResponse.Builder |
PutEmailIdentityDkimSigningAttributesResponse.Builder.dkimTokens(Collection<String> dkimTokens)
If you used Easy DKIM to
configure DKIM authentication for the domain, then this object contains 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.
|
PutEmailIdentityDkimSigningAttributesResponse.Builder |
PutEmailIdentityDkimSigningAttributesResponse.Builder.dkimTokens(String... dkimTokens)
If you used Easy DKIM to
configure DKIM authentication for the domain, then this object contains 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.
|
PutEmailIdentityDkimSigningAttributesResponse.Builder |
PutEmailIdentityDkimSigningAttributesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutEmailIdentityDkimSigningAttributesResponse.Builder> |
PutEmailIdentityDkimSigningAttributesResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.