| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutEmailIdentityDkimSigningAttributesResponse> |
SesV2AsyncClient.putEmailIdentityDkimSigningAttributes(Consumer<PutEmailIdentityDkimSigningAttributesRequest.Builder> putEmailIdentityDkimSigningAttributesRequest)
Used to configure or change the DKIM authentication settings for an email domain identity.
|
default PutEmailIdentityDkimSigningAttributesResponse |
SesV2Client.putEmailIdentityDkimSigningAttributes(Consumer<PutEmailIdentityDkimSigningAttributesRequest.Builder> putEmailIdentityDkimSigningAttributesRequest)
Used to configure or change the DKIM authentication settings for an email domain identity.
|
| Modifier and Type | Method and Description |
|---|---|
static PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.builder() |
PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.Builder.emailIdentity(String emailIdentity)
The email identity.
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.Builder.signingAttributes(Consumer<DkimSigningAttributes.Builder> signingAttributes)
An object that contains information about the private key and selector that you want to use to configure DKIM
for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used
for Easy DKIM.
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.Builder.signingAttributes(DkimSigningAttributes signingAttributes)
An object that contains information about the private key and selector that you want to use to configure DKIM
for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used
for Easy DKIM.
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.Builder.signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin)
The method to use to configure DKIM for the identity.
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.Builder.signingAttributesOrigin(String signingAttributesOrigin)
The method to use to configure DKIM for the identity.
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutEmailIdentityDkimSigningAttributesRequest.Builder> |
PutEmailIdentityDkimSigningAttributesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.