| Constructor and Description |
|---|
SesConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SesConfiguration |
copy() |
String |
getAccessKey() |
com.amazonaws.services.simpleemail.AmazonSimpleEmailService |
getAmazonSESClient() |
String |
getFrom() |
String |
getProxyHost() |
Integer |
getProxyPort() |
com.amazonaws.Protocol |
getProxyProtocol() |
String |
getRegion() |
List<String> |
getReplyToAddresses() |
String |
getReturnPath() |
String |
getSecretKey() |
String |
getSubject() |
List<String> |
getTo() |
void |
setAccessKey(String accessKey)
Amazon AWS Access Key
|
void |
setAmazonSESClient(com.amazonaws.services.simpleemail.AmazonSimpleEmailService amazonSESClient)
To use the AmazonSimpleEmailService as the client
|
void |
setFrom(String from)
The sender's email address.
|
void |
setProxyHost(String proxyHost)
To define a proxy host when instantiating the SES client
|
void |
setProxyPort(Integer proxyPort)
To define a proxy port when instantiating the SES client
|
void |
setProxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SES client
|
void |
setRegion(String region)
The region in which SES client needs to work.
|
void |
setReplyToAddresses(List<String> replyToAddresses)
List of reply-to email address(es) for the message, override it using 'CamelAwsSesReplyToAddresses' header.
|
void |
setReplyToAddresses(String replyToAddresses) |
void |
setReturnPath(String returnPath)
The email address to which bounce notifications are to be forwarded, override it using 'CamelAwsSesReturnPath' header.
|
void |
setSecretKey(String secretKey)
Amazon AWS Secret Key
|
void |
setSubject(String subject)
The subject which is used if the message header 'CamelAwsSesSubject' is not present.
|
void |
setTo(List<String> to)
List of destination email address.
|
void |
setTo(String to)
List of destination email address.
|
public String getAccessKey()
public void setAccessKey(String accessKey)
public com.amazonaws.services.simpleemail.AmazonSimpleEmailService getAmazonSESClient()
public void setAmazonSESClient(com.amazonaws.services.simpleemail.AmazonSimpleEmailService amazonSESClient)
public String getFrom()
public void setFrom(String from)
public void setTo(List<String> to)
public void setTo(String to)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getSubject()
public void setSubject(String subject)
public String getReturnPath()
public void setReturnPath(String returnPath)
public void setReplyToAddresses(List<String> replyToAddresses)
public void setReplyToAddresses(String replyToAddresses)
public com.amazonaws.Protocol getProxyProtocol()
public void setProxyProtocol(com.amazonaws.Protocol proxyProtocol)
public String getProxyHost()
public void setProxyHost(String proxyHost)
public Integer getProxyPort()
public void setProxyPort(Integer proxyPort)
public String getRegion()
public void setRegion(String region)
public SesConfiguration copy()
Apache Camel