Uses of Class
io.helidon.integrations.oci.vault.DeleteSecret.Request
-
Packages that use DeleteSecret.Request Package Description io.helidon.integrations.oci.vault 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.Request Modifier and Type Method Description static DeleteSecret.RequestDeleteSecret.Request. builder()Fluent API builder for configuring a request.static DeleteSecret.RequestDeleteSecret.Request. create(String secretId)Create request for a secret ID.DeleteSecret.RequestDeleteSecret.Request. secretId(String secretId)Secret OCID.DeleteSecret.RequestDeleteSecret.Request. timeOfDeletion(Instant whenToDelete)Configure the time of deletion.Methods in io.helidon.integrations.oci.vault with parameters of type DeleteSecret.Request Modifier and Type Method Description DeleteSecret.ResponseOciVault. deleteSecret(DeleteSecret.Request request)Deprecated, for removal: This API element is subject to removal in a future version.Schedules a secret deletion.Single<DeleteSecret.Response>OciVaultRx. deleteSecret(DeleteSecret.Request request)Deprecated, for removal: This API element is subject to removal in a future version.Schedules a secret deletion.
-