Uses of Interface
org.apache.camel.builder.component.dsl.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder
Packages that use Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder
-
Uses of Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2SesComponentBuilderFactory.Aws2SesComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Ses()AWS Simple Email Service (SES) (camel-aws2-ses) Send e-mails through AWS SES service. -
Uses of Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2SesComponentBuilderFactory.Aws2SesComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2SesComponentBuilderFactory.Aws2SesComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.amazonSESClient(software.amazon.awssdk.services.ses.SesClient amazonSESClient) To use the AmazonSimpleEmailService as the client.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2SesComponentBuilderFactory.aws2Ses()AWS Simple Email Service (SES) (camel-aws2-ses) Send e-mails through AWS SES service.List of comma-separated destination blind carbon copy (bcc) email address.List of comma-separated destination carbon copy (cc) email address.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.configuration(org.apache.camel.component.aws2.ses.Ses2Configuration configuration) component configuration.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.configurationSet(String configurationSet) Set the configuration set to send with every request.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the SES client.To define a proxy port when instantiating the SES client.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the SES client.The region in which SES client needs to work.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.replyToAddresses(String replyToAddresses) List of comma separated reply-to email address(es) for the message, override it using 'CamelAwsSesReplyToAddresses' header.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.returnPath(String returnPath) The email address to which bounce notifications are to be forwarded, override it using 'CamelAwsSesReturnPath' header.Amazon AWS Secret Key.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.The subject which is used if the message header 'CamelAwsSesSubject' is not present.List of comma separated destination email address.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Ses client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the SES client should expect to load credentials through a profile credentials provider.Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the SES client should expect to use Session Credentials.