Uses of Class
io.helidon.integrations.vault.secrets.transit.DeleteKey.Request
Packages that use DeleteKey.Request
-
Uses of DeleteKey.Request in io.helidon.integrations.vault.secrets.transit
Methods in io.helidon.integrations.vault.secrets.transit that return DeleteKey.RequestModifier and TypeMethodDescriptionstatic DeleteKey.Request
DeleteKey.Request.builder()
Fluent API builder for configuring a request.static DeleteKey.Request
Create a request from key name.Specifies the name of the encryption key to create.Methods in io.helidon.integrations.vault.secrets.transit with parameters of type DeleteKey.RequestModifier and TypeMethodDescriptionTransitSecrets.deleteKey
(DeleteKey.Request request) Delete a named ecryption key.