Uses of Class
io.helidon.integrations.vault.secrets.cubbyhole.UpdateCubbyhole.Response
-
Packages that use UpdateCubbyhole.Response Package Description io.helidon.integrations.vault.secrets.cubbyhole Cubbyhole secret engine support for Vault. -
-
Uses of UpdateCubbyhole.Response in io.helidon.integrations.vault.secrets.cubbyhole
Methods in io.helidon.integrations.vault.secrets.cubbyhole that return UpdateCubbyhole.Response Modifier and Type Method Description UpdateCubbyhole.Response
CubbyholeSecrets. update(UpdateCubbyhole.Request request)
Update a secret on the defined path.Methods in io.helidon.integrations.vault.secrets.cubbyhole that return types with arguments of type UpdateCubbyhole.Response Modifier and Type Method Description Single<UpdateCubbyhole.Response>
CubbyholeSecretsRx. update(UpdateCubbyhole.Request request)
Update a secret on the defined path.
-