Uses of Class
software.amazon.awssdk.services.sesv2.model.DeliveryOptions
-
Packages that use DeliveryOptions Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of DeliveryOptions in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DeliveryOptions Modifier and Type Method Description DeliveryOptionsCreateConfigurationSetRequest. deliveryOptions()An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.DeliveryOptionsGetConfigurationSetResponse. deliveryOptions()An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type DeliveryOptions Modifier and Type Method Description CreateConfigurationSetRequest.BuilderCreateConfigurationSetRequest.Builder. deliveryOptions(DeliveryOptions deliveryOptions)An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.GetConfigurationSetResponse.BuilderGetConfigurationSetResponse.Builder. deliveryOptions(DeliveryOptions deliveryOptions)An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
-