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 ReputationOptionsCreateConfigurationSetRequest. reputationOptions()An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.ReputationOptionsGetConfigurationSetResponse. 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.BuilderCreateConfigurationSetRequest.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.BuilderGetConfigurationSetResponse.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.
-