Uses of Class
software.amazon.awssdk.services.sesv2.model.DeliveryOptions
Packages that use DeliveryOptions
-
Uses of DeliveryOptions in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DeliveryOptionsModifier and TypeMethodDescriptionfinal DeliveryOptionsCreateConfigurationSetRequest.deliveryOptions()An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.final 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 DeliveryOptionsModifier and TypeMethodDescriptionCreateConfigurationSetRequest.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.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.