| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEmailIdentityResult> |
AmazonSimpleEmailServiceV2AsyncClient.createEmailIdentityAsync(CreateEmailIdentityRequest request,
AsyncHandler<CreateEmailIdentityRequest,CreateEmailIdentityResult> asyncHandler) |
Future<CreateEmailIdentityResult> |
AbstractAmazonSimpleEmailServiceV2Async.createEmailIdentityAsync(CreateEmailIdentityRequest request,
AsyncHandler<CreateEmailIdentityRequest,CreateEmailIdentityResult> asyncHandler) |
Future<CreateEmailIdentityResult> |
AmazonSimpleEmailServiceV2Async.createEmailIdentityAsync(CreateEmailIdentityRequest createEmailIdentityRequest,
AsyncHandler<CreateEmailIdentityRequest,CreateEmailIdentityResult> asyncHandler)
Starts the process of verifying an email identity.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEmailIdentityRequest |
CreateEmailIdentityRequest.clone() |
CreateEmailIdentityRequest |
CreateEmailIdentityRequest.withDkimSigningAttributes(DkimSigningAttributes dkimSigningAttributes)
If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for
DKIM authentication purposes, as opposed to the default method, Easy DKIM.
|
CreateEmailIdentityRequest |
CreateEmailIdentityRequest.withEmailIdentity(String emailIdentity)
The email address or domain that you want to verify.
|
CreateEmailIdentityRequest |
CreateEmailIdentityRequest.withTags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that you want to associate with the email identity.
|
CreateEmailIdentityRequest |
CreateEmailIdentityRequest.withTags(Tag... tags)
An array of objects that define the tags (keys and values) that you want to associate with the email identity.
|
Copyright © 2020. All rights reserved.