Uses of Class
io.helidon.integrations.oci.vault.GetSecretBundle.Request
-
Packages that use GetSecretBundle.Request Package Description io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support. -
-
Uses of GetSecretBundle.Request in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return GetSecretBundle.Request Modifier and Type Method Description static GetSecretBundle.Request
GetSecretBundle.Request. builder()
Fluent API builder for configuring a request.static GetSecretBundle.Request
GetSecretBundle.Request. create(String secretId)
Create a new request for secret ID.GetSecretBundle.Request
GetSecretBundle.Request. secretId(String secretId)
Secret OCID.GetSecretBundle.Request
GetSecretBundle.Request. stage(SecretStage stage)
Secret stage.GetSecretBundle.Request
GetSecretBundle.Request. versionName(String versionName)
Secret version name.GetSecretBundle.Request
GetSecretBundle.Request. versionNumber(int versionNumber)
Secret version number.Methods in io.helidon.integrations.oci.vault with parameters of type GetSecretBundle.Request 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.
-