default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.accessKey(String accessKey) |
Amazon AWS Access Key.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.amazonSESClient(String amazonSESClient) |
To use the AmazonSimpleEmailService as the client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.amazonSESClient(software.amazon.awssdk.services.ses.SesClient 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.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.AdvancedSes2EndpointBuilder.basic() |
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.bcc(String bcc) |
List of comma separated destination blind carbon copy (bcc) email
address.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.cc(String cc) |
List of comma separated destination carbon copy (cc) email address.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.Ses2EndpointBuilder.configurationSet(String configurationSet) |
Set the configuration set to send with every request.
|
static Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
Ses2EndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
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(software.amazon.awssdk.core.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 comma separated 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 comma separated 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.
|