- secretPropertyNames() - Method in class org.apache.camel.component.aws.sns.SnsEndpointUriFactory
-
- setAccessKey(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
Amazon AWS Access Key
- setAmazonSNSClient(AmazonSNS) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
To use the AmazonSNS as the client
- setAmazonSQSClient(AmazonSQS) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
An SQS Client to use as bridge between SNS and SQS
- setAutoCreateTopic(boolean) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
Setting the autocreation of the topic
- setAutoDiscoverClient(boolean) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry
automatically otherwise it will skip that checking.
- setConfiguration(SnsConfiguration) - Method in class org.apache.camel.component.aws.sns.SnsComponent
-
The component configuration
- setConfiguration(SnsConfiguration) - Method in class org.apache.camel.component.aws.sns.SnsEndpoint
-
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.aws.sns.SnsEndpoint
-
To use a custom HeaderFilterStrategy to map headers to/from Camel.
- setKmsMasterKeyId(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom CMK.
- setMessageStructure(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
The message structure to use such as json
- setPolicy(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
The policy for this queue
- setProxyHost(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
To define a proxy host when instantiating the SNS client
- setProxyPort(Integer) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
To define a proxy port when instantiating the SNS client
- setProxyProtocol(Protocol) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
To define a proxy protocol when instantiating the SNS client
- setQueueUrl(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
The queueUrl to subscribe to
- setRegion(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
The region in which SNS client needs to work.
- setSecretKey(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
Amazon AWS Secret Key
- setServerSideEncryptionEnabled(boolean) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
Define if Server Side Encryption is enabled or not on the topic
- setSNSClient(AmazonSNS) - Method in class org.apache.camel.component.aws.sns.SnsEndpoint
-
- setSubject(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
The subject which is used if the message header 'CamelAwsSnsSubject' is not present.
- setSubscribeSNStoSQS(boolean) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
Define if the subscription between SNS Topic and SQS must be done or not
- setTopicArn(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
The Amazon Resource Name (ARN) assigned to the created topic.
- setTopicName(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
-
The name of the topic
- SnsComponent - Class in org.apache.camel.component.aws.sns
-
- SnsComponent() - Constructor for class org.apache.camel.component.aws.sns.SnsComponent
-
- SnsComponent(CamelContext) - Constructor for class org.apache.camel.component.aws.sns.SnsComponent
-
- SnsComponentConfigurer - Class in org.apache.camel.component.aws.sns
-
Generated by camel build tools - do NOT edit this file!
- SnsComponentConfigurer() - Constructor for class org.apache.camel.component.aws.sns.SnsComponentConfigurer
-
- SnsComponentVerifierExtension - Class in org.apache.camel.component.aws.sns
-
- SnsComponentVerifierExtension() - Constructor for class org.apache.camel.component.aws.sns.SnsComponentVerifierExtension
-
- SnsComponentVerifierExtension(String) - Constructor for class org.apache.camel.component.aws.sns.SnsComponentVerifierExtension
-
- SnsConfiguration - Class in org.apache.camel.component.aws.sns
-
- SnsConfiguration() - Constructor for class org.apache.camel.component.aws.sns.SnsConfiguration
-
- SnsConstants - Interface in org.apache.camel.component.aws.sns
-
Constants used in Camel AWS SNS module
- SnsEndpoint - Class in org.apache.camel.component.aws.sns
-
Send messages to an AWS Simple Notification Topic.
- SnsEndpoint(String, Component, SnsConfiguration) - Constructor for class org.apache.camel.component.aws.sns.SnsEndpoint
-
- SnsEndpointConfigurer - Class in org.apache.camel.component.aws.sns
-
Generated by camel build tools - do NOT edit this file!
- SnsEndpointConfigurer() - Constructor for class org.apache.camel.component.aws.sns.SnsEndpointConfigurer
-
- SnsEndpointUriFactory - Class in org.apache.camel.component.aws.sns
-
Generated by camel build tools - do NOT edit this file!
- SnsEndpointUriFactory() - Constructor for class org.apache.camel.component.aws.sns.SnsEndpointUriFactory
-
- SnsHeaderFilterStrategy - Class in org.apache.camel.component.aws.sns
-
- SnsHeaderFilterStrategy() - Constructor for class org.apache.camel.component.aws.sns.SnsHeaderFilterStrategy
-
- SnsProducer - Class in org.apache.camel.component.aws.sns
-
A Producer which sends messages to the Amazon Web Service Simple Notification Service
AWS SNS
- SnsProducer(Endpoint) - Constructor for class org.apache.camel.component.aws.sns.SnsProducer
-
- SUBJECT - Static variable in interface org.apache.camel.component.aws.sns.SnsConstants
-