Uses of Class
org.apache.camel.component.aws.sdb.SdbOperations

Packages that use SdbOperations
org.apache.camel.component.aws.sdb   
 

Uses of SdbOperations in org.apache.camel.component.aws.sdb
 

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

Methods in org.apache.camel.component.aws.sdb with parameters of type SdbOperations
 void SdbConfiguration.setOperation(SdbOperations operation)
           
 



Apache Camel