Uses of Class
io.helidon.integrations.vault.secrets.kv1.UpdateKv1.Response
-
Packages that use UpdateKv1.Response Package Description io.helidon.integrations.vault.secrets.kv1 Vault's KV1 Secrets Engine support. -
-
Uses of UpdateKv1.Response in io.helidon.integrations.vault.secrets.kv1
Methods in io.helidon.integrations.vault.secrets.kv1 that return UpdateKv1.Response Modifier and Type Method Description UpdateKv1.Response
Kv1Secrets. update(UpdateKv1.Request request)
Update a secret on the defined path.default UpdateKv1.Response
Kv1Secrets. update(String path, Map<String,String> newValues)
Update a secret on the defined path.Methods in io.helidon.integrations.vault.secrets.kv1 that return types with arguments of type UpdateKv1.Response Modifier and Type Method Description Single<UpdateKv1.Response>
Kv1SecretsRx. update(UpdateKv1.Request request)
Update a secret on the defined path.default Single<UpdateKv1.Response>
Kv1SecretsRx. update(String path, Map<String,String> newValues)
Update a secret on the defined path.
-