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 classGenerateAutonomousDatabaseWallet.ResponseResponse 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 classGetBucket.ResponseResponse object parsed from JSON returned by theRestApi.static classGetObject.ResponseResponse object parsed from JSON returned by theRestApi.static classGetObjectRx.ResponseResponse 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 classGetKey.ResponseResponse object parsed from JSON returned by theRestApi.static classGetSecretBundle.ResponseResponse object parsed from JSON returned by theRestApi.static classGetVault.ResponseResponse object parsed from JSON returned by theRestApi.classSecretA secret obtained from the vault. 
 -