Uses of Class
org.apache.camel.component.aws.ddb.DdbOperations

Packages that use DdbOperations
org.apache.camel.component.aws.ddb   
 

Uses of DdbOperations in org.apache.camel.component.aws.ddb
 

Methods in org.apache.camel.component.aws.ddb that return DdbOperations
 DdbOperations DdbConfiguration.getOperation()
           
static DdbOperations DdbOperations.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DdbOperations[] DdbOperations.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.aws.ddb with parameters of type DdbOperations
 void DdbConfiguration.setOperation(DdbOperations operation)
           
 



Apache Camel