Uses of Class
io.helidon.integrations.vault.secrets.kv1.UpdateKv1.Response
Packages that use UpdateKv1.Response
-
Uses of UpdateKv1.Response in io.helidon.integrations.vault.secrets.kv1
Methods in io.helidon.integrations.vault.secrets.kv1 that return UpdateKv1.ResponseModifier and TypeMethodDescriptionKv1Secrets.update
(UpdateKv1.Request request) Update a secret on the defined path.default UpdateKv1.Response
Update a secret on the defined path.Methods in io.helidon.integrations.vault.secrets.kv1 that return types with arguments of type UpdateKv1.ResponseModifier and TypeMethodDescriptionKv1SecretsRx.update
(UpdateKv1.Request request) Update a secret on the defined path.default Single<UpdateKv1.Response>
Update a secret on the defined path.