Uses of Interface
io.helidon.integrations.oci.vault.OciVaultRx
-
Packages that use OciVaultRx Package Description io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support.io.helidon.integrations.oci.vault.health OCI Vault Health. -
-
Uses of OciVaultRx in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return OciVaultRx Modifier and Type Method Description OciVaultRx
OciVaultRx.Builder. build()
static OciVaultRx
OciVaultRx. create()
Deprecated, for removal: This API element is subject to removal in a future version.Create OCI metrics using the defaultOciRestApi
.static OciVaultRx
OciVaultRx. create(Config config)
Deprecated, for removal: This API element is subject to removal in a future version.Create OCI metrics based on configuration.Methods in io.helidon.integrations.oci.vault with parameters of type OciVaultRx Modifier and Type Method Description static OciVault
OciVault. create(OciVaultRx reactive)
Deprecated, for removal: This API element is subject to removal in a future version.Create blocking Vault from its reactive counterpart. -
Uses of OciVaultRx in io.helidon.integrations.oci.vault.health
Methods in io.helidon.integrations.oci.vault.health with parameters of type OciVaultRx Modifier and Type Method Description OciVaultHealthCheck.Builder
OciVaultHealthCheck.Builder. ociVault(OciVaultRx vaultRx)
Set the vault client.
-