| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEmailIdentityResult> |
AbstractAmazonSimpleEmailServiceV2Async.createEmailIdentityAsync(CreateEmailIdentityRequest request,
AsyncHandler<CreateEmailIdentityRequest,CreateEmailIdentityResult> asyncHandler) |
Future<CreateEmailIdentityResult> |
AmazonSimpleEmailServiceV2AsyncClient.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.withConfigurationSetName(String configurationSetName)
The configuration set to use by default when sending from this identity.
|
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, or, configures the key length to be used for Easy DKIM.
|
CreateEmailIdentityRequest |
CreateEmailIdentityRequest.withEmailIdentity(String emailIdentity)
The email address or domain to verify.
|
CreateEmailIdentityRequest |
CreateEmailIdentityRequest.withTags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) to associate with the email identity.
|
CreateEmailIdentityRequest |
CreateEmailIdentityRequest.withTags(Tag... tags)
An array of objects that define the tags (keys and values) to associate with the email identity.
|
Copyright © 2025. All rights reserved.