Uses of Class
org.apache.camel.component.aws2.ddbstream.Ddb2StreamConfiguration
Packages that use Ddb2StreamConfiguration
Package
Description
-
Uses of Ddb2StreamConfiguration in org.apache.camel.component.aws2.ddbstream
Methods in org.apache.camel.component.aws2.ddbstream that return Ddb2StreamConfigurationModifier and TypeMethodDescriptionDdb2StreamConfiguration.copy()Ddb2StreamComponent.getConfiguration()Ddb2StreamEndpoint.getConfiguration()Methods in org.apache.camel.component.aws2.ddbstream with parameters of type Ddb2StreamConfigurationModifier and TypeMethodDescriptionvoidDdb2StreamComponent.setConfiguration(Ddb2StreamConfiguration configuration) The component configurationConstructors in org.apache.camel.component.aws2.ddbstream with parameters of type Ddb2StreamConfigurationModifierConstructorDescriptionDdb2StreamEndpoint(String uri, Ddb2StreamConfiguration configuration, Ddb2StreamComponent component) -
Uses of Ddb2StreamConfiguration in org.apache.camel.component.aws2.ddbstream.client
Methods in org.apache.camel.component.aws2.ddbstream.client with parameters of type Ddb2StreamConfigurationModifier and TypeMethodDescriptionstatic Ddb2StreamInternalClientDdb2StreamClientFactory.getDynamoDBStreamClient(Ddb2StreamConfiguration configuration) Return the correct AWS DynamoDB client (based on remote vs local). -
Uses of Ddb2StreamConfiguration in org.apache.camel.component.aws2.ddbstream.client.impl
Constructors in org.apache.camel.component.aws2.ddbstream.client.impl with parameters of type Ddb2StreamConfigurationModifierConstructorDescriptionDdb2StreamClientIAMOptimizedImpl(Ddb2StreamConfiguration configuration) Constructor that uses the config file.Ddb2StreamClientStandardImpl(Ddb2StreamConfiguration configuration) Constructor that uses the config file.