Uses of Class
io.helidon.integrations.oci.vault.GetSecret.Request
Packages that use GetSecret.Request
Package
Description
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.RequestModifier and TypeMethodDescriptionstatic GetSecret.RequestGetSecret.Request.builder()Fluent API builder for configuring a request.static GetSecret.RequestCreate a new request for a secret OCID.Secret OCID to get.Methods in io.helidon.integrations.oci.vault with parameters of type GetSecret.RequestModifier and TypeMethodDescriptionOciVault.getSecret(GetSecret.Request request) Gets information about the specified secret.OciVaultRx.getSecret(GetSecret.Request request) Gets information about the specified secret.