Uses of Class
org.apache.camel.component.aws2.sqs.Sqs2Configuration
Packages that use Sqs2Configuration
Package
Description
-
Uses of Sqs2Configuration in org.apache.camel.component.aws2.sqs
Methods in org.apache.camel.component.aws2.sqs that return Sqs2ConfigurationModifier and TypeMethodDescriptionSqs2Configuration.copy()Sqs2Component.getConfiguration()protected Sqs2ConfigurationSqs2Consumer.getConfiguration()Sqs2Endpoint.getConfiguration()protected Sqs2ConfigurationSqs2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.sqs with parameters of type Sqs2ConfigurationModifier and TypeMethodDescriptionvoidSqs2Component.setConfiguration(Sqs2Configuration configuration) The AWS SQS default configurationvoidSqs2Endpoint.setConfiguration(Sqs2Configuration configuration) Constructors in org.apache.camel.component.aws2.sqs with parameters of type Sqs2ConfigurationModifierConstructorDescriptionSqs2Endpoint(String uri, Sqs2Component component, Sqs2Configuration configuration) -
Uses of Sqs2Configuration in org.apache.camel.component.aws2.sqs.client
Methods in org.apache.camel.component.aws2.sqs.client with parameters of type Sqs2ConfigurationModifier and TypeMethodDescriptionstatic Sqs2InternalClientSqs2ClientFactory.getSqsClient(Sqs2Configuration configuration) Return the correct aws SQS client (based on remote vs local). -
Uses of Sqs2Configuration in org.apache.camel.component.aws2.sqs.client.impl
Constructors in org.apache.camel.component.aws2.sqs.client.impl with parameters of type Sqs2ConfigurationModifierConstructorDescriptionSqs2ClientIAMOptimized(Sqs2Configuration configuration) Constructor that uses the config file.Sqs2ClientIAMProfileOptimizedImpl(Sqs2Configuration configuration) Constructor that uses the config file.Sqs2ClientSessionTokenImpl(Sqs2Configuration configuration) Constructor that uses the config file.Sqs2ClientStandardImpl(Sqs2Configuration configuration) Constructor that uses the config file.