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