Uses of Class
io.helidon.integrations.oci.vault.CreateSecret.Response
-
Packages that use CreateSecret.Response Package Description io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support. -
-
Uses of CreateSecret.Response in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return CreateSecret.Response Modifier and Type Method Description CreateSecret.Response
OciVault. createSecret(CreateSecret.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Create a new secret.Methods in io.helidon.integrations.oci.vault that return types with arguments of type CreateSecret.Response Modifier and Type Method Description Single<CreateSecret.Response>
OciVaultRx. createSecret(CreateSecret.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Create a new secret.
-