Uses of Class
org.apache.camel.component.aws.kms.KMSOperations
-
-
Uses of KMSOperations in org.apache.camel.component.aws.kms
Methods in org.apache.camel.component.aws.kms that return KMSOperations Modifier and Type Method Description KMSOperations
KMSConfiguration. getOperation()
static KMSOperations
KMSOperations. valueOf(String name)
Returns the enum constant of this type with the specified name.static KMSOperations[]
KMSOperations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.aws.kms with parameters of type KMSOperations Modifier and Type Method Description void
KMSConfiguration. setOperation(KMSOperations operation)
The operation to perform
-