| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEmailIdentityResult |
AbstractAmazonSimpleEmailServiceV2.createEmailIdentity(CreateEmailIdentityRequest request) |
CreateEmailIdentityResult |
AmazonSimpleEmailServiceV2.createEmailIdentity(CreateEmailIdentityRequest createEmailIdentityRequest)
Starts the process of verifying an email identity.
|
CreateEmailIdentityResult |
AmazonSimpleEmailServiceV2Client.createEmailIdentity(CreateEmailIdentityRequest request)
Starts the process of verifying an email identity.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<CreateEmailIdentityResult> |
AmazonSimpleEmailServiceV2AsyncClient.createEmailIdentityAsync(CreateEmailIdentityRequest request,
AsyncHandler<CreateEmailIdentityRequest,CreateEmailIdentityResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEmailIdentityResult |
CreateEmailIdentityResult.clone() |
CreateEmailIdentityResult |
CreateEmailIdentityResult.withDkimAttributes(DkimAttributes dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
CreateEmailIdentityResult |
CreateEmailIdentityResult.withIdentityType(IdentityType identityType)
The email identity type.
|
CreateEmailIdentityResult |
CreateEmailIdentityResult.withIdentityType(String identityType)
The email identity type.
|
CreateEmailIdentityResult |
CreateEmailIdentityResult.withVerifiedForSendingStatus(Boolean verifiedForSendingStatus)
Specifies whether or not the identity is verified.
|
Copyright © 2023. All rights reserved.