Uses of Class
io.helidon.integrations.vault.secrets.kv2.DestroyKv2.Request
-
Packages that use DestroyKv2.Request Package Description io.helidon.integrations.vault.secrets.kv2 Vault's Key/value version 2 Secrets Engine support. -
-
Uses of DestroyKv2.Request in io.helidon.integrations.vault.secrets.kv2
Methods in io.helidon.integrations.vault.secrets.kv2 that return DestroyKv2.Request Modifier and Type Method Description DestroyKv2.Request
DestroyKv2.Request. addVersion(int version)
Add a secret version to destroy.static DestroyKv2.Request
DestroyKv2.Request. builder()
Fluent API builder for configuring a request.DestroyKv2.Request
DestroyKv2.Request. path(String path)
Path of the secret to destroy.DestroyKv2.Request
DestroyKv2.Request. versions(int... versions)
Version(s) of the secret to destroy.Methods in io.helidon.integrations.vault.secrets.kv2 with parameters of type DestroyKv2.Request Modifier and Type Method Description DestroyKv2.Response
Kv2Secrets. destroy(DestroyKv2.Request request)
Destroy a secret version.Single<DestroyKv2.Response>
Kv2SecretsRx. destroy(DestroyKv2.Request request)
Permanently remove specific version(s) of a secret.
-