Uses of Interface
org.apache.camel.builder.endpoint.dsl.Ses2EndpointBuilderFactory.Ses2EndpointBuilder
Packages that use Ses2EndpointBuilderFactory.Ses2EndpointBuilder
-
Uses of Ses2EndpointBuilderFactory.Ses2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return Ses2EndpointBuilderFactory.Ses2EndpointBuilderModifier and TypeMethodDescriptionAWS Simple Email Service (SES) (camel-aws2-ses) Send e-mails through AWS SES service.AWS Simple Email Service (SES) (camel-aws2-ses) Send e-mails through AWS SES service. -
Uses of Ses2EndpointBuilderFactory.Ses2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Ses2EndpointBuilderFactory.Ses2EndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.AWS Simple Email Service (SES) (camel-aws2-ses) Send e-mails through AWS SES service.AWS Simple Email Service (SES) (camel-aws2-ses) Send e-mails through AWS SES service.Ses2EndpointBuilderFactory.AdvancedSes2EndpointBuilder.basic()List of comma separated destination blind carbon copy (bcc) email address.List of comma separated destination carbon copy (cc) email address.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.configurationSet(String configurationSet) Set the configuration set to send with every request.Ses2EndpointBuilderFactory.endpointBuilder(String componentName, String path) Ses2EndpointBuilderFactory.Ses2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overidding the endpoint.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.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.To define a proxy port when instantiating the SES client.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the SES client.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.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.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.replyToAddresses(String replyToAddresses) List of comma separated reply-to email address(es) for the message, override it using 'CamelAwsSesReplyToAddresses' header.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.returnPath(String returnPath) The email address to which bounce notifications are to be forwarded, override it using 'CamelAwsSesReturnPath' header.Amazon AWS Secret Key.The subject which is used if the message header 'CamelAwsSesSubject' is not present.List of comma separated destination email address.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.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.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.useDefaultCredentialsProvider(String 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.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the SES client should expect to load credentials through a profile credentials provider.Ses2EndpointBuilderFactory.Ses2EndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the SES client should expect to load credentials through a profile credentials provider.