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