Uses of Class
org.apache.camel.component.aws.ddbstream.DdbStreamConfiguration
-
Packages that use DdbStreamConfiguration Package Description org.apache.camel.component.aws.ddbstream -
-
Uses of DdbStreamConfiguration in org.apache.camel.component.aws.ddbstream
Methods in org.apache.camel.component.aws.ddbstream that return DdbStreamConfiguration Modifier and Type Method Description DdbStreamConfiguration
DdbStreamConfiguration. copy()
DdbStreamConfiguration
DdbStreamComponent. getConfiguration()
DdbStreamConfiguration
DdbStreamEndpoint. getConfiguration()
Methods in org.apache.camel.component.aws.ddbstream with parameters of type DdbStreamConfiguration Modifier and Type Method Description void
DdbStreamComponent. setConfiguration(DdbStreamConfiguration configuration)
The component configurationConstructors in org.apache.camel.component.aws.ddbstream with parameters of type DdbStreamConfiguration Constructor Description DdbStreamEndpoint(String uri, DdbStreamConfiguration configuration, DdbStreamComponent component)
-