Uses of Class
software.amazon.awssdk.services.sesv2.model.ReputationOptions
Packages that use ReputationOptions
-
Uses of ReputationOptions in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ReputationOptionsModifier and TypeMethodDescriptionfinal 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.final 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 ReputationOptionsModifier and TypeMethodDescriptionCreateConfigurationSetRequest.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.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.