Uses of Class
software.amazon.awssdk.services.sesv2.model.SendingOptions
-
Packages that use SendingOptions Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of SendingOptions in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SendingOptions Modifier and Type Method Description SendingOptionsCreateConfigurationSetRequest. sendingOptions()An object that defines whether or not Amazon SES can send email that you send using the configuration set.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 SendingOptions Modifier and Type Method Description CreateConfigurationSetRequest.BuilderCreateConfigurationSetRequest.Builder. sendingOptions(SendingOptions sendingOptions)An object that defines whether or not Amazon SES can send email that you send using the configuration set.GetConfigurationSetResponse.BuilderGetConfigurationSetResponse.Builder. sendingOptions(SendingOptions sendingOptions)An object that defines whether or not Amazon SES can send email that you send using the configuration set.
-