Uses of Class
org.apache.camel.component.aws2.ddbstream.Ddb2StreamConfiguration
-
-
Uses of Ddb2StreamConfiguration in org.apache.camel.component.aws2.ddbstream
Methods in org.apache.camel.component.aws2.ddbstream that return Ddb2StreamConfiguration Modifier and Type Method Description Ddb2StreamConfiguration
Ddb2StreamConfiguration. copy()
Ddb2StreamConfiguration
Ddb2StreamComponent. getConfiguration()
Ddb2StreamConfiguration
Ddb2StreamEndpoint. getConfiguration()
Methods in org.apache.camel.component.aws2.ddbstream with parameters of type Ddb2StreamConfiguration Modifier and Type Method Description void
Ddb2StreamComponent. setConfiguration(Ddb2StreamConfiguration configuration)
The component configurationConstructors in org.apache.camel.component.aws2.ddbstream with parameters of type Ddb2StreamConfiguration Constructor Description Ddb2StreamEndpoint(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 Ddb2StreamConfiguration Modifier and Type Method Description static Ddb2StreamInternalClient
Ddb2StreamClientFactory. 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 Ddb2StreamConfiguration Constructor Description Ddb2StreamClientIAMOptimizedImpl(Ddb2StreamConfiguration configuration)
Constructor that uses the config file.Ddb2StreamClientStandardImpl(Ddb2StreamConfiguration configuration)
Constructor that uses the config file.
-