| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail |
|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEmailIdentityResult |
AbstractAmazonPinpointEmail.createEmailIdentity(CreateEmailIdentityRequest request) |
CreateEmailIdentityResult |
AmazonPinpointEmail.createEmailIdentity(CreateEmailIdentityRequest createEmailIdentityRequest)
Verifies an email identity for use with Amazon Pinpoint.
|
CreateEmailIdentityResult |
AmazonPinpointEmailClient.createEmailIdentity(CreateEmailIdentityRequest request)
Verifies an email identity for use with Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEmailIdentityResult> |
AmazonPinpointEmailAsync.createEmailIdentityAsync(CreateEmailIdentityRequest createEmailIdentityRequest,
AsyncHandler<CreateEmailIdentityRequest,CreateEmailIdentityResult> asyncHandler)
Verifies an email identity for use with Amazon Pinpoint.
|
Future<CreateEmailIdentityResult> |
AbstractAmazonPinpointEmailAsync.createEmailIdentityAsync(CreateEmailIdentityRequest request,
AsyncHandler<CreateEmailIdentityRequest,CreateEmailIdentityResult> asyncHandler) |
Future<CreateEmailIdentityResult> |
AmazonPinpointEmailAsyncClient.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 © 2020. All rights reserved.