| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
GetEmailIdentityResult |
AbstractAmazonSimpleEmailServiceV2.getEmailIdentity(GetEmailIdentityRequest request) |
GetEmailIdentityResult |
AmazonSimpleEmailServiceV2.getEmailIdentity(GetEmailIdentityRequest getEmailIdentityRequest)
Provides information about a specific identity, including the identity's verification status, its DKIM
authentication status, and its custom Mail-From settings.
|
GetEmailIdentityResult |
AmazonSimpleEmailServiceV2Client.getEmailIdentity(GetEmailIdentityRequest request)
Provides information about a specific identity, including the identity's verification status, its DKIM
authentication status, and its custom Mail-From settings.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEmailIdentityResult> |
AmazonSimpleEmailServiceV2AsyncClient.getEmailIdentityAsync(GetEmailIdentityRequest request) |
Future<GetEmailIdentityResult> |
AbstractAmazonSimpleEmailServiceV2Async.getEmailIdentityAsync(GetEmailIdentityRequest request) |
Future<GetEmailIdentityResult> |
AmazonSimpleEmailServiceV2Async.getEmailIdentityAsync(GetEmailIdentityRequest getEmailIdentityRequest)
Provides information about a specific identity, including the identity's verification status, its DKIM
authentication status, and its custom Mail-From settings.
|
Future<GetEmailIdentityResult> |
AmazonSimpleEmailServiceV2AsyncClient.getEmailIdentityAsync(GetEmailIdentityRequest request,
AsyncHandler<GetEmailIdentityRequest,GetEmailIdentityResult> asyncHandler) |
Future<GetEmailIdentityResult> |
AbstractAmazonSimpleEmailServiceV2Async.getEmailIdentityAsync(GetEmailIdentityRequest request,
AsyncHandler<GetEmailIdentityRequest,GetEmailIdentityResult> asyncHandler) |
Future<GetEmailIdentityResult> |
AmazonSimpleEmailServiceV2Async.getEmailIdentityAsync(GetEmailIdentityRequest getEmailIdentityRequest,
AsyncHandler<GetEmailIdentityRequest,GetEmailIdentityResult> asyncHandler)
Provides information about a specific identity, including the identity's verification status, its DKIM
authentication status, and its custom Mail-From settings.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEmailIdentityResult> |
AmazonSimpleEmailServiceV2AsyncClient.getEmailIdentityAsync(GetEmailIdentityRequest request,
AsyncHandler<GetEmailIdentityRequest,GetEmailIdentityResult> asyncHandler) |
Future<GetEmailIdentityResult> |
AbstractAmazonSimpleEmailServiceV2Async.getEmailIdentityAsync(GetEmailIdentityRequest request,
AsyncHandler<GetEmailIdentityRequest,GetEmailIdentityResult> asyncHandler) |
Future<GetEmailIdentityResult> |
AmazonSimpleEmailServiceV2Async.getEmailIdentityAsync(GetEmailIdentityRequest getEmailIdentityRequest,
AsyncHandler<GetEmailIdentityRequest,GetEmailIdentityResult> asyncHandler)
Provides information about a specific identity, including the identity's verification status, its DKIM
authentication status, and its custom Mail-From settings.
|
| Modifier and Type | Method and Description |
|---|---|
GetEmailIdentityResult |
GetEmailIdentityResult.clone() |
GetEmailIdentityResult |
GetEmailIdentityResult.withDkimAttributes(DkimAttributes dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
GetEmailIdentityResult |
GetEmailIdentityResult.withFeedbackForwardingStatus(Boolean feedbackForwardingStatus)
The feedback forwarding configuration for the identity.
|
GetEmailIdentityResult |
GetEmailIdentityResult.withIdentityType(IdentityType identityType)
The email identity type.
|
GetEmailIdentityResult |
GetEmailIdentityResult.withIdentityType(String identityType)
The email identity type.
|
GetEmailIdentityResult |
GetEmailIdentityResult.withMailFromAttributes(MailFromAttributes mailFromAttributes)
An object that contains information about the Mail-From attributes for the email identity.
|
GetEmailIdentityResult |
GetEmailIdentityResult.withTags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the email identity.
|
GetEmailIdentityResult |
GetEmailIdentityResult.withTags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the email identity.
|
GetEmailIdentityResult |
GetEmailIdentityResult.withVerifiedForSendingStatus(Boolean verifiedForSendingStatus)
Specifies whether or not the identity is verified.
|
Copyright © 2020. All rights reserved.