Uses of Class
org.apache.camel.component.aws2.ddbstream.Ddb2StreamConfiguration
-
Packages that use Ddb2StreamConfiguration Package Description org.apache.camel.component.aws2.ddbstream -
-
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)
-