Uses of Class
io.helidon.integrations.oci.vault.GetSecret.Request
- 
Packages that use GetSecret.Request Package Description io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support. - 
- 
Uses of GetSecret.Request in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return GetSecret.Request Modifier and Type Method Description static GetSecret.RequestGetSecret.Request. builder()Fluent API builder for configuring a request.static GetSecret.RequestGetSecret.Request. create(String secretOcid)Create a new request for a secret OCID.GetSecret.RequestGetSecret.Request. secretId(String secretId)Secret OCID to get.Methods in io.helidon.integrations.oci.vault with parameters of type GetSecret.Request Modifier and Type Method Description ApiOptionalResponse<Secret>OciVault. getSecret(GetSecret.Request request)Deprecated, for removal: This API element is subject to removal in a future version.Gets information about the specified secret.Single<ApiOptionalResponse<Secret>>OciVaultRx. getSecret(GetSecret.Request request)Deprecated, for removal: This API element is subject to removal in a future version.Gets information about the specified secret. 
 -