Uses of Class
org.apache.camel.component.hashicorp.vault.HashicorpVaultOperation
-
-
Uses of HashicorpVaultOperation in org.apache.camel.component.hashicorp.vault
Methods in org.apache.camel.component.hashicorp.vault that return HashicorpVaultOperation Modifier and Type Method Description HashicorpVaultOperationHashicorpVaultConfiguration. getOperation()Operation to be performedstatic HashicorpVaultOperationHashicorpVaultOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static HashicorpVaultOperation[]HashicorpVaultOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.hashicorp.vault with parameters of type HashicorpVaultOperation Modifier and Type Method Description voidHashicorpVaultConfiguration. setOperation(HashicorpVaultOperation operation)
-