Uses of Class
io.helidon.integrations.vault.secrets.kv1.UpdateKv1.Request
Packages that use UpdateKv1.Request
-
Uses of UpdateKv1.Request in io.helidon.integrations.vault.secrets.kv1
Methods in io.helidon.integrations.vault.secrets.kv1 that return UpdateKv1.RequestModifier and TypeMethodDescriptionUpdateKv1.Request.addSecretValue
(String key, String value) Add a new value.static UpdateKv1.Request
UpdateKv1.Request.builder()
Fluent API builder for configuring a request.Path of the secret to update.UpdateKv1.Request.secretValues
(Map<String, String> values) New values of the secret.Methods in io.helidon.integrations.vault.secrets.kv1 with parameters of type UpdateKv1.RequestModifier and TypeMethodDescriptionKv1Secrets.update
(UpdateKv1.Request request) Update a secret on the defined path.