- SesComponent - Class in org.apache.camel.component.aws.ses
-
- SesComponent() - Constructor for class org.apache.camel.component.aws.ses.SesComponent
-
- SesComponent(CamelContext) - Constructor for class org.apache.camel.component.aws.ses.SesComponent
-
- SesComponentConfigurer - Class in org.apache.camel.component.aws.ses
-
Generated by camel build tools - do NOT edit this file!
- SesComponentConfigurer() - Constructor for class org.apache.camel.component.aws.ses.SesComponentConfigurer
-
- SesComponentVerifierExtension - Class in org.apache.camel.component.aws.ses
-
- SesComponentVerifierExtension() - Constructor for class org.apache.camel.component.aws.ses.SesComponentVerifierExtension
-
- SesComponentVerifierExtension(String) - Constructor for class org.apache.camel.component.aws.ses.SesComponentVerifierExtension
-
- SesConfiguration - Class in org.apache.camel.component.aws.ses
-
- SesConfiguration() - Constructor for class org.apache.camel.component.aws.ses.SesConfiguration
-
- SesConstants - Interface in org.apache.camel.component.aws.ses
-
Constants used in Camel AWS SES component
- SesEndpoint - Class in org.apache.camel.component.aws.ses
-
The aws-ses component is used for sending emails with Amazon's SES service.
- SesEndpoint(String, Component, SesConfiguration) - Constructor for class org.apache.camel.component.aws.ses.SesEndpoint
-
- SesEndpointConfigurer - Class in org.apache.camel.component.aws.ses
-
Generated by camel build tools - do NOT edit this file!
- SesEndpointConfigurer() - Constructor for class org.apache.camel.component.aws.ses.SesEndpointConfigurer
-
- SesProducer - Class in org.apache.camel.component.aws.ses
-
A Producer which sends messages to the Amazon Simple Email Service
AWS SES
- SesProducer(Endpoint) - Constructor for class org.apache.camel.component.aws.ses.SesProducer
-
- setAccessKey(String) - Method in class org.apache.camel.component.aws.ses.SesConfiguration
-
Amazon AWS Access Key
- setAmazonSESClient(AmazonSimpleEmailService) - Method in class org.apache.camel.component.aws.ses.SesConfiguration
-
To use the AmazonSimpleEmailService as the client
- setConfiguration(SesConfiguration) - Method in class org.apache.camel.component.aws.ses.SesComponent
-
The component configuration
- setFrom(String) - Method in class org.apache.camel.component.aws.ses.SesConfiguration
-
The sender's email address.
- setProxyHost(String) - Method in class org.apache.camel.component.aws.ses.SesConfiguration
-
To define a proxy host when instantiating the SES client
- setProxyPort(Integer) - Method in class org.apache.camel.component.aws.ses.SesConfiguration
-
To define a proxy port when instantiating the SES client
- setProxyProtocol(Protocol) - Method in class org.apache.camel.component.aws.ses.SesConfiguration
-
To define a proxy protocol when instantiating the SES client
- setRegion(String) - Method in class org.apache.camel.component.aws.ses.SesConfiguration
-
The region in which SES client needs to work.
- setReplyToAddresses(List<String>) - Method in class org.apache.camel.component.aws.ses.SesConfiguration
-
List of reply-to email address(es) for the message, override it using 'CamelAwsSesReplyToAddresses' header.
- setReplyToAddresses(String) - Method in class org.apache.camel.component.aws.ses.SesConfiguration
-
- setReturnPath(String) - Method in class org.apache.camel.component.aws.ses.SesConfiguration
-
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.aws.ses.SesConfiguration
-
Amazon AWS Secret Key
- setSubject(String) - Method in class org.apache.camel.component.aws.ses.SesConfiguration
-
The subject which is used if the message header 'CamelAwsSesSubject' is not present.
- setTo(List<String>) - Method in class org.apache.camel.component.aws.ses.SesConfiguration
-
List of destination email address.
- setTo(String) - Method in class org.apache.camel.component.aws.ses.SesConfiguration
-
List of destination email address.
- SUBJECT - Static variable in interface org.apache.camel.component.aws.ses.SesConstants
-