Class Ses2ComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.aws2.ses.springboot.Ses2ComponentConfiguration
@ConfigurationProperties(prefix="camel.component.aws2-ses")
public class Ses2ComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send e-mails through AWS SES service using AWS SDK version 2.x.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.ses.SesClientgetBcc()getCc()org.apache.camel.component.aws2.ses.Ses2Configurationsoftware.amazon.awssdk.core.ProtocolgetTo()voidsetAccessKey(String accessKey) voidsetAmazonSESClient(software.amazon.awssdk.services.ses.SesClient amazonSESClient) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidvoidvoidsetConfiguration(org.apache.camel.component.aws2.ses.Ses2Configuration configuration) voidsetConfigurationSet(String configurationSet) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetOverrideEndpoint(Boolean overrideEndpoint) voidsetProxyHost(String proxyHost) voidsetProxyPort(Integer proxyPort) voidsetProxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) voidvoidsetReplyToAddresses(String replyToAddresses) voidsetReturnPath(String returnPath) voidsetSecretKey(String secretKey) voidsetSubject(String subject) voidvoidsetTrustAllCertificates(Boolean trustAllCertificates) voidsetUriEndpointOverride(String uriEndpointOverride) voidsetUseDefaultCredentialsProvider(Boolean useDefaultCredentialsProvider) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
Ses2ComponentConfiguration
public Ses2ComponentConfiguration()
-
-
Method Details
-
getAmazonSESClient
public software.amazon.awssdk.services.ses.SesClient getAmazonSESClient() -
setAmazonSESClient
public void setAmazonSESClient(software.amazon.awssdk.services.ses.SesClient amazonSESClient) -
getBcc
-
setBcc
-
getCc
-
setCc
-
getConfiguration
public org.apache.camel.component.aws2.ses.Ses2Configuration getConfiguration() -
setConfiguration
public void setConfiguration(org.apache.camel.component.aws2.ses.Ses2Configuration configuration) -
getConfigurationSet
-
setConfigurationSet
-
getLazyStartProducer
-
setLazyStartProducer
-
getOverrideEndpoint
-
setOverrideEndpoint
-
getProxyHost
-
setProxyHost
-
getProxyPort
-
setProxyPort
-
getProxyProtocol
public software.amazon.awssdk.core.Protocol getProxyProtocol() -
setProxyProtocol
public void setProxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) -
getRegion
-
setRegion
-
getReplyToAddresses
-
setReplyToAddresses
-
getReturnPath
-
setReturnPath
-
getSubject
-
setSubject
-
getTo
-
setTo
-
getTrustAllCertificates
-
setTrustAllCertificates
-
getUriEndpointOverride
-
setUriEndpointOverride
-
getUseDefaultCredentialsProvider
-
setUseDefaultCredentialsProvider
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getAccessKey
-
setAccessKey
-
getSecretKey
-
setSecretKey
-