default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.accessKey(String accessKey) |
Amazon AWS Access Key.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.amazonSESClient(Object amazonSESClient) |
To use the AmazonSimpleEmailService as the client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.amazonSESClient(String amazonSESClient) |
To use the AmazonSimpleEmailService as the client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.autoDiscoverClient(boolean autoDiscoverClient) |
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.autoDiscoverClient(String autoDiscoverClient) |
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesBuilders.awsSes(String path) |
AWS Simple Email Service (SES) (camel-aws-ses)
Send e-mails through AWS SES service.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesBuilders.awsSes(String componentName,
String path) |
AWS Simple Email Service (SES) (camel-aws-ses)
Send e-mails through AWS SES service.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.AdvancedSesEndpointBuilder.basic() |
|
static SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.proxyHost(String proxyHost) |
To define a proxy host when instantiating the SES client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.proxyPort(Integer proxyPort) |
To define a proxy port when instantiating the SES client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.proxyPort(String proxyPort) |
To define a proxy port when instantiating the SES client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.proxyProtocol(String proxyProtocol) |
To define a proxy protocol when instantiating the SES client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.proxyProtocol(SesEndpointBuilderFactory.Protocol proxyProtocol) |
To define a proxy protocol when instantiating the SES client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.region(String region) |
The region in which SES client needs to work.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.replyToAddresses(String replyToAddresses) |
List of reply-to email address(es) for the message, override it using
'CamelAwsSesReplyToAddresses' header.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.replyToAddresses(List<String> replyToAddresses) |
List of reply-to email address(es) for the message, override it using
'CamelAwsSesReplyToAddresses' header.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.returnPath(String returnPath) |
The email address to which bounce notifications are to be forwarded,
override it using 'CamelAwsSesReturnPath' header.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.secretKey(String secretKey) |
Amazon AWS Secret Key.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.subject(String subject) |
The subject which is used if the message header 'CamelAwsSesSubject'
is not present.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.to(String to) |
List of destination email address.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
SesEndpointBuilderFactory.SesEndpointBuilder.to(List<String> to) |
List of destination email address.
|