- secretPropertyNames() - Method in class org.apache.camel.component.aws2.ses.Ses2EndpointUriFactory
-
- Ses2ClientFactory - Class in org.apache.camel.component.aws2.ses.client
-
Factory class to return the correct type of AWS SES client.
- Ses2ClientOptimizedImpl - Class in org.apache.camel.component.aws2.ses.client.impl
-
Manage an AWS MSK client for all users to use (enabling temporary creds).
- Ses2ClientOptimizedImpl(Ses2Configuration) - Constructor for class org.apache.camel.component.aws2.ses.client.impl.Ses2ClientOptimizedImpl
-
Constructor that uses the config file.
- Ses2ClientStandardImpl - Class in org.apache.camel.component.aws2.ses.client.impl
-
Manage an AWS SES client for all users to use.
- Ses2ClientStandardImpl(Ses2Configuration) - Constructor for class org.apache.camel.component.aws2.ses.client.impl.Ses2ClientStandardImpl
-
Constructor that uses the config file.
- Ses2Component - Class in org.apache.camel.component.aws2.ses
-
For working with Amazon SES SDK v2.
- Ses2Component() - Constructor for class org.apache.camel.component.aws2.ses.Ses2Component
-
- Ses2Component(CamelContext) - Constructor for class org.apache.camel.component.aws2.ses.Ses2Component
-
- Ses2ComponentConfigurer - Class in org.apache.camel.component.aws2.ses
-
Generated by camel build tools - do NOT edit this file!
- Ses2ComponentConfigurer() - Constructor for class org.apache.camel.component.aws2.ses.Ses2ComponentConfigurer
-
- Ses2ComponentVerifierExtension - Class in org.apache.camel.component.aws2.ses
-
- Ses2ComponentVerifierExtension() - Constructor for class org.apache.camel.component.aws2.ses.Ses2ComponentVerifierExtension
-
- Ses2ComponentVerifierExtension(String) - Constructor for class org.apache.camel.component.aws2.ses.Ses2ComponentVerifierExtension
-
- Ses2Configuration - Class in org.apache.camel.component.aws2.ses
-
- Ses2Configuration() - Constructor for class org.apache.camel.component.aws2.ses.Ses2Configuration
-
- Ses2Constants - Interface in org.apache.camel.component.aws2.ses
-
Constants used in Camel AWS SES component
- Ses2Endpoint - Class in org.apache.camel.component.aws2.ses
-
Send e-mails through AWS SES service using AWS SDK version 2.x.
- Ses2Endpoint(String, Component, Ses2Configuration) - Constructor for class org.apache.camel.component.aws2.ses.Ses2Endpoint
-
- Ses2EndpointConfigurer - Class in org.apache.camel.component.aws2.ses
-
Generated by camel build tools - do NOT edit this file!
- Ses2EndpointConfigurer() - Constructor for class org.apache.camel.component.aws2.ses.Ses2EndpointConfigurer
-
- Ses2EndpointUriFactory - Class in org.apache.camel.component.aws2.ses
-
Generated by camel build tools - do NOT edit this file!
- Ses2EndpointUriFactory() - Constructor for class org.apache.camel.component.aws2.ses.Ses2EndpointUriFactory
-
- Ses2InternalClient - Interface in org.apache.camel.component.aws2.ses.client
-
Manage the required actions of a SES client for either local or remote.
- Ses2Producer - Class in org.apache.camel.component.aws2.ses
-
A Producer which sends messages to the Amazon Simple Email Service SDK v2
AWS
SES
- Ses2Producer(Endpoint) - Constructor for class org.apache.camel.component.aws2.ses.Ses2Producer
-
- setAccessKey(String) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
Amazon AWS Access Key
- setAmazonSESClient(SesClient) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
To use the AmazonSimpleEmailService as the client
- setConfiguration(Ses2Configuration) - Method in class org.apache.camel.component.aws2.ses.Ses2Component
-
component configuration
- setFrom(String) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
The sender's email address.
- setOverrideEndpoint(boolean) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
Set the need for overidding the endpoint.
- setProxyHost(String) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
To define a proxy host when instantiating the SES client
- setProxyPort(Integer) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
To define a proxy port when instantiating the SES client
- setProxyProtocol(Protocol) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
To define a proxy protocol when instantiating the SES client
- setRegion(String) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
The region in which SES client needs to work.
- setReplyToAddresses(String) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
List of comma separated reply-to email address(es) for the message, override it using
'CamelAwsSesReplyToAddresses' header.
- setReturnPath(String) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
The email address to which bounce notifications are to be forwarded, override it using 'CamelAwsSesReturnPath'
header.
- setSecretKey(String) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
Amazon AWS Secret Key
- setSubject(String) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
The subject which is used if the message header 'CamelAwsSesSubject' is not present.
- setTo(String) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
List of comma separated destination email address.
- setTrustAllCertificates(boolean) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
If we want to trust all certificates in case of overriding the endpoint
- setUriEndpointOverride(String) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
Set the overriding uri endpoint.
- setUseDefaultCredentialsProvider(Boolean) - Method in class org.apache.camel.component.aws2.ses.Ses2Configuration
-
Set whether the Ses client should expect to load credentials through a default credentials provider or to expect
static credentials to be passed in.
- SUBJECT - Static variable in interface org.apache.camel.component.aws2.ses.Ses2Constants
-