Uses of Class
org.apache.camel.component.aws.ddb.DdbOperations
-
Packages that use DdbOperations Package Description 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 Modifier and Type Method Description DdbOperationsDdbConfiguration. getOperation()static DdbOperationsDdbOperations. 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 Modifier and Type Method Description voidDdbConfiguration. setOperation(DdbOperations operation)What operation to perform
-