org.apache.camel.component.aws.ses
Class SesConfiguration

java.lang.Object
  extended by org.apache.camel.component.aws.ses.SesConfiguration

public class SesConfiguration
extends Object

The AWS SES component configuration properties


Constructor Summary
SesConfiguration()
           
 
Method Summary
 String getAccessKey()
           
 com.amazonaws.services.simpleemail.AmazonSimpleEmailService getAmazonSESClient()
           
 String getAmazonSESEndpoint()
           
 String getFrom()
           
 List<String> getReplyToAddresses()
           
 String getReturnPath()
           
 String getSecretKey()
           
 String getSubject()
           
 List<String> getTo()
           
 void setAccessKey(String accessKey)
           
 void setAmazonSESClient(com.amazonaws.services.simpleemail.AmazonSimpleEmailService amazonSESClient)
           
 void setAmazonSESEndpoint(String amazonSesEndpoint)
           
 void setFrom(String from)
           
 void setReplyToAddresses(List<String> replyToAddresses)
           
 void setReplyToAddresses(String replyToAddresses)
           
 void setReturnPath(String returnPath)
           
 void setSecretKey(String secretKey)
           
 void setSubject(String subject)
           
 void setTo(List<String> to)
           
 void setTo(String to)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SesConfiguration

public SesConfiguration()
Method Detail

getAccessKey

public String getAccessKey()

setAccessKey

public void setAccessKey(String accessKey)

getAmazonSESClient

public com.amazonaws.services.simpleemail.AmazonSimpleEmailService getAmazonSESClient()

setAmazonSESClient

public void setAmazonSESClient(com.amazonaws.services.simpleemail.AmazonSimpleEmailService amazonSESClient)

getFrom

public String getFrom()

setFrom

public void setFrom(String from)

getTo

public List<String> getTo()

setTo

public void setTo(List<String> to)

setTo

public void setTo(String to)

getSecretKey

public String getSecretKey()

setSecretKey

public void setSecretKey(String secretKey)

getSubject

public String getSubject()

setSubject

public void setSubject(String subject)

getReturnPath

public String getReturnPath()

setReturnPath

public void setReturnPath(String returnPath)

getReplyToAddresses

public List<String> getReplyToAddresses()

setReplyToAddresses

public void setReplyToAddresses(List<String> replyToAddresses)

setReplyToAddresses

public void setReplyToAddresses(String replyToAddresses)

getAmazonSESEndpoint

public String getAmazonSESEndpoint()

setAmazonSESEndpoint

public void setAmazonSESEndpoint(String amazonSesEndpoint)

toString

public String toString()
Overrides:
toString in class Object


Apache Camel