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