Uses of Class
io.helidon.integrations.vault.secrets.database.DbDelete.Request
Packages that use DbDelete.Request
Package
Description
Vault's Database Secrets Engine support.
-
Uses of DbDelete.Request in io.helidon.integrations.vault.secrets.database
Methods in io.helidon.integrations.vault.secrets.database that return DbDelete.RequestModifier and TypeMethodDescriptionstatic DbDelete.Request
DbDelete.Request.builder()
Fluent API builder for configuring a request.Name of the credentials.Methods in io.helidon.integrations.vault.secrets.database with parameters of type DbDelete.RequestModifier and TypeMethodDescriptionDbSecrets.delete
(DbDelete.Request request) Delete a database configuration.