default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.accessKey(String accessKey) |
Amazon AWS Access Key.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.amazonSESClient(Object amazonSESClient) |
To use the AmazonSimpleEmailService as the client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.amazonSESClient(String amazonSESClient) |
To use the AmazonSimpleEmailService as the client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2Builders.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 |
Ses2EndpointBuilderFactory.Ses2Builders.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.
|
static Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) |
Set the need for overidding the endpoint.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.overrideEndpoint(String overrideEndpoint) |
Set the need for overidding the endpoint.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.proxyHost(String proxyHost) |
To define a proxy host when instantiating the SES client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.proxyPort(Integer proxyPort) |
To define a proxy port when instantiating the SES client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.proxyPort(String proxyPort) |
To define a proxy port when instantiating the SES client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.proxyProtocol(String proxyProtocol) |
To define a proxy protocol when instantiating the SES client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.proxyProtocol(Ses2EndpointBuilderFactory.Protocol proxyProtocol) |
To define a proxy protocol when instantiating the SES client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.region(String region) |
The region in which SES client needs to work.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.replyToAddresses(String replyToAddresses) |
List of reply-to email address(es) for the message, override it using
'CamelAwsSesReplyToAddresses' header.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.replyToAddresses(List<String> replyToAddresses) |
List of reply-to email address(es) for the message, override it using
'CamelAwsSesReplyToAddresses' header.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.returnPath(String returnPath) |
The email address to which bounce notifications are to be forwarded,
override it using 'CamelAwsSesReturnPath' header.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.secretKey(String secretKey) |
Amazon AWS Secret Key.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.subject(String subject) |
The subject which is used if the message header 'CamelAwsSesSubject'
is not present.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.to(String to) |
List of destination email address.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.to(List<String> to) |
List of destination email address.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) |
If we want to trust all certificates in case of overriding the
endpoint.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.trustAllCertificates(String trustAllCertificates) |
If we want to trust all certificates in case of overriding the
endpoint.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) |
Set the overriding uri endpoint.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) |
Set whether the Ses client should expect to load credentials through
a default credentials provider or to expect static credentials to be
passed in.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider) |
Set whether the Ses client should expect to load credentials through
a default credentials provider or to expect static credentials to be
passed in.
|