| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail |
|
| com.amazonaws.services.simpleemail.model |
| Modifier and Type | Method and Description |
|---|---|
VerifyDomainIdentityResult |
AbstractAmazonSimpleEmailService.verifyDomainIdentity(VerifyDomainIdentityRequest request) |
VerifyDomainIdentityResult |
AmazonSimpleEmailServiceClient.verifyDomainIdentity(VerifyDomainIdentityRequest request)
Adds a domain to the list of identities for your Amazon SES account in the current Amazon Web Services Region and
attempts to verify it.
|
VerifyDomainIdentityResult |
AmazonSimpleEmailService.verifyDomainIdentity(VerifyDomainIdentityRequest verifyDomainIdentityRequest)
Adds a domain 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 |
|---|---|
Future<VerifyDomainIdentityResult> |
AmazonSimpleEmailServiceAsyncClient.verifyDomainIdentityAsync(VerifyDomainIdentityRequest request,
AsyncHandler<VerifyDomainIdentityRequest,VerifyDomainIdentityResult> asyncHandler) |
Future<VerifyDomainIdentityResult> |
AbstractAmazonSimpleEmailServiceAsync.verifyDomainIdentityAsync(VerifyDomainIdentityRequest request,
AsyncHandler<VerifyDomainIdentityRequest,VerifyDomainIdentityResult> asyncHandler) |
Future<VerifyDomainIdentityResult> |
AmazonSimpleEmailServiceAsync.verifyDomainIdentityAsync(VerifyDomainIdentityRequest verifyDomainIdentityRequest,
AsyncHandler<VerifyDomainIdentityRequest,VerifyDomainIdentityResult> asyncHandler)
Adds a domain 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 |
|---|---|
VerifyDomainIdentityResult |
VerifyDomainIdentityResult.clone() |
VerifyDomainIdentityResult |
VerifyDomainIdentityResult.withVerificationToken(String verificationToken)
A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon
SES.
|
Copyright © 2024. All rights reserved.