Uses of Class
io.helidon.integrations.vault.secrets.transit.DeleteKey.Request
-
Packages that use DeleteKey.Request Package Description io.helidon.integrations.vault.secrets.transit Vault transit secrets. -
-
Uses of DeleteKey.Request in io.helidon.integrations.vault.secrets.transit
Methods in io.helidon.integrations.vault.secrets.transit that return DeleteKey.Request Modifier and Type Method Description static DeleteKey.Request
DeleteKey.Request. builder()
Fluent API builder for configuring a request.static DeleteKey.Request
DeleteKey.Request. create(String keyName)
Create a request from key name.DeleteKey.Request
DeleteKey.Request. name(String name)
Specifies the name of the encryption key to create.Methods in io.helidon.integrations.vault.secrets.transit with parameters of type DeleteKey.Request Modifier and Type Method Description DeleteKey.Response
TransitSecrets. deleteKey(DeleteKey.Request request)
Delete a named ecryption key.Single<DeleteKey.Response>
TransitSecretsRx. deleteKey(DeleteKey.Request request)
Delete a named ecryption key.
-