| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail |
|
| Modifier and Type | Method and Description |
|---|---|
default PutEmailIdentityDkimAttributesResponse |
PinpointEmailClient.putEmailIdentityDkimAttributes(Consumer<PutEmailIdentityDkimAttributesRequest.Builder> putEmailIdentityDkimAttributesRequest)
Used to enable or disable DKIM authentication for an email identity.
|
default PutEmailIdentityDkimAttributesResponse |
PinpointEmailClient.putEmailIdentityDkimAttributes(PutEmailIdentityDkimAttributesRequest putEmailIdentityDkimAttributesRequest)
Used to enable or disable DKIM authentication for an email identity.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutEmailIdentityDkimAttributesResponse> |
PinpointEmailAsyncClient.putEmailIdentityDkimAttributes(Consumer<PutEmailIdentityDkimAttributesRequest.Builder> putEmailIdentityDkimAttributesRequest)
Used to enable or disable DKIM authentication for an email identity.
|
default CompletableFuture<PutEmailIdentityDkimAttributesResponse> |
PinpointEmailAsyncClient.putEmailIdentityDkimAttributes(PutEmailIdentityDkimAttributesRequest putEmailIdentityDkimAttributesRequest)
Used to enable or disable DKIM authentication for an email identity.
|
Copyright © 2023. All rights reserved.