Uses of Class
org.apache.camel.component.aws2.ddbstream.Ddb2StreamConfiguration.StreamIteratorType
-
Packages that use Ddb2StreamConfiguration.StreamIteratorType Package Description org.apache.camel.component.aws2.ddbstream -
-
Uses of Ddb2StreamConfiguration.StreamIteratorType in org.apache.camel.component.aws2.ddbstream
Methods in org.apache.camel.component.aws2.ddbstream that return Ddb2StreamConfiguration.StreamIteratorType Modifier and Type Method Description Ddb2StreamConfiguration.StreamIteratorTypeDdb2StreamConfiguration. getStreamIteratorType()static Ddb2StreamConfiguration.StreamIteratorTypeDdb2StreamConfiguration.StreamIteratorType. valueOf(String name)Returns the enum constant of this type with the specified name.static Ddb2StreamConfiguration.StreamIteratorType[]Ddb2StreamConfiguration.StreamIteratorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.aws2.ddbstream with parameters of type Ddb2StreamConfiguration.StreamIteratorType Modifier and Type Method Description voidDdb2StreamConfiguration. setStreamIteratorType(Ddb2StreamConfiguration.StreamIteratorType streamIteratorType)
-