| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| Modifier and Type | Method and Description |
|---|---|
default VerifyEmailIdentityResponse |
SesClient.verifyEmailIdentity(Consumer<VerifyEmailIdentityRequest.Builder> verifyEmailIdentityRequest)
Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services
Region and attempts to verify it.
|
default VerifyEmailIdentityResponse |
SesClient.verifyEmailIdentity(VerifyEmailIdentityRequest verifyEmailIdentityRequest)
Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services
Region and attempts to verify it.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<VerifyEmailIdentityResponse> |
SesAsyncClient.verifyEmailIdentity(Consumer<VerifyEmailIdentityRequest.Builder> verifyEmailIdentityRequest)
Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services
Region and attempts to verify it.
|
default CompletableFuture<VerifyEmailIdentityResponse> |
SesAsyncClient.verifyEmailIdentity(VerifyEmailIdentityRequest verifyEmailIdentityRequest)
Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services
Region and attempts to verify it.
|
Copyright © 2023. All rights reserved.