Uses of Class
io.helidon.integrations.oci.connect.OciResponseParser
-
Packages that use OciResponseParser Package Description io.helidon.integrations.oci.atp OCI ATP integration.io.helidon.integrations.oci.objectstorage OCI Object Storage integration.io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support. -
-
Uses of OciResponseParser in io.helidon.integrations.oci.atp
Subclasses of OciResponseParser in io.helidon.integrations.oci.atp Modifier and Type Class Description static class
GenerateAutonomousDatabaseWallet.Response
Response object parsed from JSON returned by theRestApi
. -
Uses of OciResponseParser in io.helidon.integrations.oci.objectstorage
Subclasses of OciResponseParser in io.helidon.integrations.oci.objectstorage Modifier and Type Class Description static class
GetBucket.Response
Response object parsed from JSON returned by theRestApi
.static class
GetObject.Response
Response object parsed from JSON returned by theRestApi
.static class
GetObjectRx.Response
Response object parsed from JSON returned by theRestApi
. -
Uses of OciResponseParser in io.helidon.integrations.oci.vault
Subclasses of OciResponseParser in io.helidon.integrations.oci.vault Modifier and Type Class Description static class
GetKey.Response
Response object parsed from JSON returned by theRestApi
.static class
GetSecretBundle.Response
Response object parsed from JSON returned by theRestApi
.static class
GetVault.Response
Response object parsed from JSON returned by theRestApi
.class
Secret
A secret obtained from the vault.
-