Uses of Class
software.amazon.awssdk.services.sesv2.model.ReputationOptions
-
Packages that use ReputationOptions Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of ReputationOptions in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ReputationOptions Modifier and Type Method Description ReputationOptions
CreateConfigurationSetRequest. reputationOptions()
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.ReputationOptions
GetConfigurationSetResponse. reputationOptions()
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ReputationOptions Modifier and Type Method Description CreateConfigurationSetRequest.Builder
CreateConfigurationSetRequest.Builder. reputationOptions(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.GetConfigurationSetResponse.Builder
GetConfigurationSetResponse.Builder. reputationOptions(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.
-