| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
ComponentsBuilderFactory.aws2Ses()
AWS 2 Simple Email Service (SES) (camel-aws2-ses)
Send e-mails through AWS SES service using AWS SDK version 2.x.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.amazonSESClient(software.amazon.awssdk.services.ses.SesClient amazonSESClient)
To use the AmazonSimpleEmailService as the client.
|
static Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.aws2Ses()
AWS 2 Simple Email Service (SES) (camel-aws2-ses)
Send e-mails through AWS SES service using AWS SDK version 2.x.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.configuration(org.apache.camel.component.aws2.ses.Ses2Configuration configuration)
component configuration.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the SES client.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the SES client.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SES client.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.region(String region)
The region in which SES client needs to work.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.replyToAddresses(List<String> replyToAddresses)
List of reply-to email address(es) for the message, override it using
'CamelAwsSesReplyToAddresses' header.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.returnPath(String returnPath)
The email address to which bounce notifications are to be forwarded,
override it using 'CamelAwsSesReturnPath' header.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.subject(String subject)
The subject which is used if the message header 'CamelAwsSesSubject'
is not present.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.to(List<String> to)
List of destination email address.
|
Apache Camel