Uses of Class
software.amazon.awssdk.services.ses.model.DeliveryOptions
Packages that use DeliveryOptions
-
Uses of DeliveryOptions in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return DeliveryOptionsModifier and TypeMethodDescriptionfinal DeliveryOptionsDescribeConfigurationSetResponse.deliveryOptions()Returns the value of the DeliveryOptions property for this object.final DeliveryOptionsPutConfigurationSetDeliveryOptionsRequest.deliveryOptions()Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).Methods in software.amazon.awssdk.services.ses.model with parameters of type DeliveryOptionsModifier and TypeMethodDescriptionDescribeConfigurationSetResponse.Builder.deliveryOptions(DeliveryOptions deliveryOptions) Sets the value of the DeliveryOptions property for this object.PutConfigurationSetDeliveryOptionsRequest.Builder.deliveryOptions(DeliveryOptions deliveryOptions) Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).