| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| Modifier and Type | Method and Description |
|---|---|
default VerifyDomainIdentityResponse |
SesClient.verifyDomainIdentity(Consumer<VerifyDomainIdentityRequest.Builder> verifyDomainIdentityRequest)
Adds a domain to the list of identities for your Amazon SES account in the current AWS Region and attempts to
verify it.
|
default VerifyDomainIdentityResponse |
SesClient.verifyDomainIdentity(VerifyDomainIdentityRequest verifyDomainIdentityRequest)
Adds a domain 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<VerifyDomainIdentityResponse> |
SesAsyncClient.verifyDomainIdentity(Consumer<VerifyDomainIdentityRequest.Builder> verifyDomainIdentityRequest)
Adds a domain to the list of identities for your Amazon SES account in the current AWS Region and attempts to
verify it.
|
default CompletableFuture<VerifyDomainIdentityResponse> |
SesAsyncClient.verifyDomainIdentity(VerifyDomainIdentityRequest verifyDomainIdentityRequest)
Adds a domain to the list of identities for your Amazon SES account in the current AWS Region and attempts to
verify it.
|
Copyright © 2022. All rights reserved.