| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default SendCustomVerificationEmailResponse |
SesV2Client.sendCustomVerificationEmail(Consumer<SendCustomVerificationEmailRequest.Builder> sendCustomVerificationEmailRequest)
Adds an email address to the list of identities for your Amazon SES account in the current AWS Region and
attempts to verify it.
|
default SendCustomVerificationEmailResponse |
SesV2Client.sendCustomVerificationEmail(SendCustomVerificationEmailRequest sendCustomVerificationEmailRequest)
Adds an email address to the list of identities for your Amazon SES account in the current AWS Region and
attempts to verify it.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SendCustomVerificationEmailResponse> |
SesV2AsyncClient.sendCustomVerificationEmail(Consumer<SendCustomVerificationEmailRequest.Builder> sendCustomVerificationEmailRequest)
Adds an email address to the list of identities for your Amazon SES account in the current AWS Region and
attempts to verify it.
|
default CompletableFuture<SendCustomVerificationEmailResponse> |
SesV2AsyncClient.sendCustomVerificationEmail(SendCustomVerificationEmailRequest sendCustomVerificationEmailRequest)
Adds an email address to the list of identities for your Amazon SES account in the current AWS Region and
attempts to verify it.
|
Copyright © 2020. All rights reserved.