Uses of Class
io.helidon.integrations.oci.vault.DeleteSecret.Response
-
Packages that use DeleteSecret.Response Package Description io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support. -
-
Uses of DeleteSecret.Response in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return DeleteSecret.Response 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.Methods in io.helidon.integrations.oci.vault that return types with arguments of type DeleteSecret.Response Modifier and Type Method Description 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.
-