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