Uses of Class
io.helidon.integrations.oci.vault.DeleteSecret.Request
Packages that use DeleteSecret.Request
Package
Description
Integration with OCI Vault REST API including the KMS encryption and digest support.
-
Uses of DeleteSecret.Request in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return DeleteSecret.RequestModifier and TypeMethodDescriptionstatic DeleteSecret.RequestDeleteSecret.Request.builder()Fluent API builder for configuring a request.static DeleteSecret.RequestCreate request for a secret ID.Secret OCID.DeleteSecret.Request.timeOfDeletion(Instant whenToDelete) Configure the time of deletion.Methods in io.helidon.integrations.oci.vault with parameters of type DeleteSecret.RequestModifier and TypeMethodDescriptionOciVault.deleteSecret(DeleteSecret.Request request) Schedules a secret deletion.OciVaultRx.deleteSecret(DeleteSecret.Request request) Schedules a secret deletion.