Uses of Class
io.helidon.integrations.vault.secrets.cubbyhole.DeleteCubbyhole.Response
Packages that use DeleteCubbyhole.Response
Package
Description
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.ResponseModifier and TypeMethodDescriptionCubbyholeSecrets.delete
(DeleteCubbyhole.Request request) Delete the secret.default DeleteCubbyhole.Response
Delete a Cubbyhole secret.Methods in io.helidon.integrations.vault.secrets.cubbyhole that return types with arguments of type DeleteCubbyhole.ResponseModifier and TypeMethodDescriptionCubbyholeSecretsRx.delete
(DeleteCubbyhole.Request request) Delete the secret.default Single<DeleteCubbyhole.Response>
Delete a Cubbyhole secret.