Uses of Interface
io.helidon.integrations.oci.objectstorage.OciObjectStorageRx
- 
Packages that use OciObjectStorageRx Package Description io.helidon.integrations.oci.objectstorage OCI Object Storage integration.io.helidon.integrations.oci.objectstorage.health OCI Object Storage Health. - 
- 
Uses of OciObjectStorageRx in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return OciObjectStorageRx Modifier and Type Method Description OciObjectStorageRxOciObjectStorageRx.Builder. build()static OciObjectStorageRxOciObjectStorageRx. create()Deprecated, for removal: This API element is subject to removal in a future version.Create OCI Object Storage using the defaultOciRestApi.static OciObjectStorageRxOciObjectStorageRx. create(Config config)Deprecated, for removal: This API element is subject to removal in a future version.Create OCI Object Storage based on configuration.Methods in io.helidon.integrations.oci.objectstorage with parameters of type OciObjectStorageRx Modifier and Type Method Description static OciObjectStorageOciObjectStorage. create(OciObjectStorageRx reactive)Deprecated, for removal: This API element is subject to removal in a future version.Create a blocking object storage integration from its reactive counterpart. - 
Uses of OciObjectStorageRx in io.helidon.integrations.oci.objectstorage.health
Methods in io.helidon.integrations.oci.objectstorage.health with parameters of type OciObjectStorageRx Modifier and Type Method Description OciObjectStorageHealthCheck.BuilderOciObjectStorageHealthCheck.Builder. ociObjectStorage(OciObjectStorageRx ociObjectStorage)Set the underlying OCI ObjectStorage RX client. 
 -