| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
GetMessageInsightsResult |
AbstractAmazonSimpleEmailServiceV2.getMessageInsights(GetMessageInsightsRequest request) |
GetMessageInsightsResult |
AmazonSimpleEmailServiceV2Client.getMessageInsights(GetMessageInsightsRequest request)
Provides information about a specific message, including the from address, the subject, the recipient address,
email tags, as well as events associated with the message.
|
GetMessageInsightsResult |
AmazonSimpleEmailServiceV2.getMessageInsights(GetMessageInsightsRequest getMessageInsightsRequest)
Provides information about a specific message, including the from address, the subject, the recipient address,
email tags, as well as events associated with the message.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMessageInsightsResult> |
AmazonSimpleEmailServiceV2AsyncClient.getMessageInsightsAsync(GetMessageInsightsRequest request) |
Future<GetMessageInsightsResult> |
AbstractAmazonSimpleEmailServiceV2Async.getMessageInsightsAsync(GetMessageInsightsRequest request) |
Future<GetMessageInsightsResult> |
AmazonSimpleEmailServiceV2Async.getMessageInsightsAsync(GetMessageInsightsRequest getMessageInsightsRequest)
Provides information about a specific message, including the from address, the subject, the recipient address,
email tags, as well as events associated with the message.
|
Future<GetMessageInsightsResult> |
AmazonSimpleEmailServiceV2AsyncClient.getMessageInsightsAsync(GetMessageInsightsRequest request,
AsyncHandler<GetMessageInsightsRequest,GetMessageInsightsResult> asyncHandler) |
Future<GetMessageInsightsResult> |
AbstractAmazonSimpleEmailServiceV2Async.getMessageInsightsAsync(GetMessageInsightsRequest request,
AsyncHandler<GetMessageInsightsRequest,GetMessageInsightsResult> asyncHandler) |
Future<GetMessageInsightsResult> |
AmazonSimpleEmailServiceV2Async.getMessageInsightsAsync(GetMessageInsightsRequest getMessageInsightsRequest,
AsyncHandler<GetMessageInsightsRequest,GetMessageInsightsResult> asyncHandler)
Provides information about a specific message, including the from address, the subject, the recipient address,
email tags, as well as events associated with the message.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMessageInsightsResult> |
AmazonSimpleEmailServiceV2AsyncClient.getMessageInsightsAsync(GetMessageInsightsRequest request,
AsyncHandler<GetMessageInsightsRequest,GetMessageInsightsResult> asyncHandler) |
Future<GetMessageInsightsResult> |
AbstractAmazonSimpleEmailServiceV2Async.getMessageInsightsAsync(GetMessageInsightsRequest request,
AsyncHandler<GetMessageInsightsRequest,GetMessageInsightsResult> asyncHandler) |
Future<GetMessageInsightsResult> |
AmazonSimpleEmailServiceV2Async.getMessageInsightsAsync(GetMessageInsightsRequest getMessageInsightsRequest,
AsyncHandler<GetMessageInsightsRequest,GetMessageInsightsResult> asyncHandler)
Provides information about a specific message, including the from address, the subject, the recipient address,
email tags, as well as events associated with the message.
|
| Modifier and Type | Method and Description |
|---|---|
GetMessageInsightsResult |
GetMessageInsightsResult.clone() |
GetMessageInsightsResult |
GetMessageInsightsResult.withEmailTags(Collection<MessageTag> emailTags)
A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES
Auto-Tags.
|
GetMessageInsightsResult |
GetMessageInsightsResult.withEmailTags(MessageTag... emailTags)
A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES
Auto-Tags.
|
GetMessageInsightsResult |
GetMessageInsightsResult.withFromEmailAddress(String fromEmailAddress)
The from address used to send the message.
|
GetMessageInsightsResult |
GetMessageInsightsResult.withInsights(Collection<EmailInsights> insights)
A set of insights associated with the message.
|
GetMessageInsightsResult |
GetMessageInsightsResult.withInsights(EmailInsights... insights)
A set of insights associated with the message.
|
GetMessageInsightsResult |
GetMessageInsightsResult.withMessageId(String messageId)
A unique identifier for the message.
|
GetMessageInsightsResult |
GetMessageInsightsResult.withSubject(String subject)
The subject line of the message.
|
Copyright © 2024. All rights reserved.