Uses of Class
org.apache.camel.builder.endpoint.dsl.Ddb2StreamEndpointBuilderFactory.StreamIteratorType
-
Packages that use Ddb2StreamEndpointBuilderFactory.StreamIteratorType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of Ddb2StreamEndpointBuilderFactory.StreamIteratorType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Ddb2StreamEndpointBuilderFactory.StreamIteratorType Modifier and Type Method Description static Ddb2StreamEndpointBuilderFactory.StreamIteratorTypeDdb2StreamEndpointBuilderFactory.StreamIteratorType. valueOf(String name)Returns the enum constant of this type with the specified name.static Ddb2StreamEndpointBuilderFactory.StreamIteratorType[]Ddb2StreamEndpointBuilderFactory.StreamIteratorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type Ddb2StreamEndpointBuilderFactory.StreamIteratorType Modifier and Type Method Description default Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilderDdb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder. streamIteratorType(Ddb2StreamEndpointBuilderFactory.StreamIteratorType streamIteratorType)Defines where in the DynamoDB stream to start getting records.
-