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.Request
DeleteSecret.Request. builder()
Fluent API builder for configuring a request.static DeleteSecret.Request
DeleteSecret.Request. create(String secretId)
Create request for a secret ID.DeleteSecret.Request
DeleteSecret.Request. secretId(String secretId)
Secret OCID.DeleteSecret.Request
DeleteSecret.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.Response
OciVault. 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.
-