Uses of Class
org.apache.camel.component.aws2.ddb.Ddb2Operations
-
Packages that use Ddb2Operations Package Description org.apache.camel.component.aws2.ddb -
-
Uses of Ddb2Operations in org.apache.camel.component.aws2.ddb
Methods in org.apache.camel.component.aws2.ddb that return Ddb2Operations Modifier and Type Method Description Ddb2Operations
Ddb2Configuration. getOperation()
static Ddb2Operations
Ddb2Operations. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ddb2Operations[]
Ddb2Operations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.aws2.ddb with parameters of type Ddb2Operations Modifier and Type Method Description void
Ddb2Configuration. setOperation(Ddb2Operations operation)
What operation to perform
-