| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
ReputationOptions |
ReputationOptions.clone() |
ReputationOptions |
CreateConfigurationSetRequest.getReputationOptions()
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that
use the configuration set.
|
ReputationOptions |
GetConfigurationSetResult.getReputationOptions()
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that
use the configuration set.
|
ReputationOptions |
ReputationOptions.withLastFreshStart(Date lastFreshStart)
The date and time (in Unix time) when the reputation metrics were last given a fresh start.
|
ReputationOptions |
ReputationOptions.withReputationMetricsEnabled(Boolean reputationMetricsEnabled)
If
true, tracking of reputation metrics is enabled for the configuration set. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateConfigurationSetRequest.setReputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that
use the configuration set.
|
void |
GetConfigurationSetResult.setReputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that
use the configuration set.
|
CreateConfigurationSetRequest |
CreateConfigurationSetRequest.withReputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that
use the configuration set.
|
GetConfigurationSetResult |
GetConfigurationSetResult.withReputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that
use the configuration set.
|
Copyright © 2022. All rights reserved.