- secretPropertyNames() - Method in class org.apache.camel.component.aws2.mq.MQ2EndpointUriFactory
-
- setAccessKey(String) - Method in class org.apache.camel.component.aws2.mq.MQ2Configuration
-
Amazon AWS Access Key
- setAmazonMqClient(MqClient) - Method in class org.apache.camel.component.aws2.mq.MQ2Configuration
-
To use a existing configured AmazonMQClient as client
- setConfiguration(MQ2Configuration) - Method in class org.apache.camel.component.aws2.mq.MQ2Component
-
Component configuration
- setOperation(MQ2Operations) - Method in class org.apache.camel.component.aws2.mq.MQ2Configuration
-
The operation to perform.
- setOverrideEndpoint(boolean) - Method in class org.apache.camel.component.aws2.mq.MQ2Configuration
-
Set the need for overidding the endpoint.
- setPojoRequest(boolean) - Method in class org.apache.camel.component.aws2.mq.MQ2Configuration
-
If we want to use a POJO request as body or not
- setProxyHost(String) - Method in class org.apache.camel.component.aws2.mq.MQ2Configuration
-
To define a proxy host when instantiating the MQ client
- setProxyPort(Integer) - Method in class org.apache.camel.component.aws2.mq.MQ2Configuration
-
To define a proxy port when instantiating the MQ client
- setProxyProtocol(Protocol) - Method in class org.apache.camel.component.aws2.mq.MQ2Configuration
-
To define a proxy protocol when instantiating the MQ client
- setRegion(String) - Method in class org.apache.camel.component.aws2.mq.MQ2Configuration
-
The region in which MQ client needs to work.
- setSecretKey(String) - Method in class org.apache.camel.component.aws2.mq.MQ2Configuration
-
Amazon AWS Secret Key
- setTrustAllCertificates(boolean) - Method in class org.apache.camel.component.aws2.mq.MQ2Configuration
-
If we want to trust all certificates in case of overriding the endpoint
- setUriEndpointOverride(String) - Method in class org.apache.camel.component.aws2.mq.MQ2Configuration
-
Set the overriding uri endpoint.
- setUseDefaultCredentialsProvider(Boolean) - Method in class org.apache.camel.component.aws2.mq.MQ2Configuration
-
Set whether the MQ client should expect to load credentials through a default credentials provider or to expect
static credentials to be passed in.