Uses of Enum Class
org.springframework.vault.core.VaultKeyValueOperationsSupport.KeyValueBackend
Packages that use VaultKeyValueOperationsSupport.KeyValueBackend
-
Uses of VaultKeyValueOperationsSupport.KeyValueBackend in org.springframework.vault.core
Methods in org.springframework.vault.core that return VaultKeyValueOperationsSupport.KeyValueBackendModifier and TypeMethodDescriptionReactiveVaultKeyValueOperationsSupport.getApiVersion()VaultKeyValueOperationsSupport.getApiVersion()VaultKeyValueOperationsSupport.KeyValueBackend.unversioned()Returns the enum constant of this class with the specified name.VaultKeyValueOperationsSupport.KeyValueBackend.values()Returns an array containing the constants of this enum class, in the order they are declared.VaultKeyValueOperationsSupport.KeyValueBackend.versioned()Methods in org.springframework.vault.core with parameters of type VaultKeyValueOperationsSupport.KeyValueBackendModifier and TypeMethodDescriptionReactiveVaultOperations.opsForKeyValue(String path, VaultKeyValueOperationsSupport.KeyValueBackend apiVersion) ReactiveVaultTemplate.opsForKeyValue(String path, VaultKeyValueOperationsSupport.KeyValueBackend apiVersion) VaultOperations.opsForKeyValue(String path, VaultKeyValueOperationsSupport.KeyValueBackend apiVersion) ReturnVaultKeyValueOperations.VaultTemplate.opsForKeyValue(String path, VaultKeyValueOperationsSupport.KeyValueBackend apiVersion)