Uses of Class
io.helidon.integrations.oci.vault.GetKey.Request
-
Packages that use GetKey.Request Package Description io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support. -
-
Uses of GetKey.Request in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return GetKey.Request Modifier and Type Method Description static GetKey.Request
GetKey.Request. builder()
Fluent API builder for configuring a request.static GetKey.Request
GetKey.Request. create(String keyId)
Create a new request for Key OCID.GetKey.Request
GetKey.Request. keyId(String keyId)
Key OCID.Methods in io.helidon.integrations.oci.vault with parameters of type GetKey.Request Modifier and Type Method Description ApiOptionalResponse<GetKey.Response>
OciVault. getKey(GetKey.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Get key metadata.Single<ApiOptionalResponse<GetKey.Response>>
OciVaultRx. getKey(GetKey.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Get key metadata.
-