Uses of Class
software.amazon.awssdk.services.ses.model.DeliveryOptions
-
Packages that use DeliveryOptions Package Description software.amazon.awssdk.services.ses.model -
-
Uses of DeliveryOptions in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return DeliveryOptions Modifier and Type Method Description DeliveryOptionsDescribeConfigurationSetResponse. deliveryOptions()Returns the value of the DeliveryOptions property for this object.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 DeliveryOptions Modifier and Type Method Description DescribeConfigurationSetResponse.BuilderDescribeConfigurationSetResponse.Builder. deliveryOptions(DeliveryOptions deliveryOptions)Sets the value of the DeliveryOptions property for this object.PutConfigurationSetDeliveryOptionsRequest.BuilderPutConfigurationSetDeliveryOptionsRequest.Builder. deliveryOptions(DeliveryOptions deliveryOptions)Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
-