public static interface Ses2EndpointBuilderFactory.Ses2Builders
| Modifier and Type | Method and Description |
|---|---|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
aws2Ses(String path)
AWS Simple Email Service (SES) (camel-aws2-ses)
Send e-mails through AWS SES service using AWS SDK version 2.x.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
aws2Ses(String componentName,
String path)
AWS Simple Email Service (SES) (camel-aws2-ses)
Send e-mails through AWS SES service using AWS SDK version 2.x.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder aws2Ses(String path)
aws2-ses:from
Path parameter: from (required)
The sender's email address.path - fromdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder aws2Ses(String componentName, String path)
aws2-ses:from
Path parameter: from (required)
The sender's email address.componentName - to use a custom component name for the endpoint
instead of the default namepath - fromApache Camel