Uses of Class
software.amazon.awssdk.services.sesv2.model.SendingOptions
Packages that use SendingOptions
-
Uses of SendingOptions in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SendingOptionsModifier and TypeMethodDescriptionfinal SendingOptionsCreateConfigurationSetRequest.sendingOptions()An object that defines whether or not Amazon SES can send email that you send using the configuration set.final SendingOptionsGetConfigurationSetResponse.sendingOptions()An object that defines whether or not Amazon SES can send email that you send using the configuration set.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type SendingOptionsModifier and TypeMethodDescriptionCreateConfigurationSetRequest.Builder.sendingOptions(SendingOptions sendingOptions) An object that defines whether or not Amazon SES can send email that you send using the configuration set.GetConfigurationSetResponse.Builder.sendingOptions(SendingOptions sendingOptions) An object that defines whether or not Amazon SES can send email that you send using the configuration set.