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.ResponseCubbyholeSecrets. delete(DeleteCubbyhole.Request request)Delete the secret.default DeleteCubbyhole.ResponseCubbyholeSecrets. 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.
-