Uses of Class
io.helidon.integrations.vault.secrets.database.DbCreateRole.Response
-
Packages that use DbCreateRole.Response Package Description io.helidon.integrations.vault.secrets.database Vault's Database Secrets Engine support. -
-
Uses of DbCreateRole.Response in io.helidon.integrations.vault.secrets.database
Methods in io.helidon.integrations.vault.secrets.database that return DbCreateRole.Response Modifier and Type Method Description DbCreateRole.Response
DbSecrets. createRole(DbCreateRole.Request request)
Create or update a role definition.Methods in io.helidon.integrations.vault.secrets.database that return types with arguments of type DbCreateRole.Response Modifier and Type Method Description Single<DbCreateRole.Response>
DbSecretsRx. createRole(DbCreateRole.Request request)
Create or update a role definition.
-