Uses of Class
io.helidon.integrations.vault.secrets.cubbyhole.DeleteCubbyhole.Request
-
Packages that use DeleteCubbyhole.Request Package Description io.helidon.integrations.vault.secrets.cubbyhole Cubbyhole secret engine support for Vault. -
-
Uses of DeleteCubbyhole.Request in io.helidon.integrations.vault.secrets.cubbyhole
Methods in io.helidon.integrations.vault.secrets.cubbyhole that return DeleteCubbyhole.Request Modifier and Type Method Description static DeleteCubbyhole.RequestDeleteCubbyhole.Request. builder()Fluent API builder for configuring a request.DeleteCubbyhole.RequestDeleteCubbyhole.Request. path(String path)Path of the secret.Methods in io.helidon.integrations.vault.secrets.cubbyhole with parameters of type DeleteCubbyhole.Request Modifier and Type Method Description DeleteCubbyhole.ResponseCubbyholeSecrets. delete(DeleteCubbyhole.Request request)Delete the secret.Single<DeleteCubbyhole.Response>CubbyholeSecretsRx. delete(DeleteCubbyhole.Request request)Delete the secret.
-