Uses of Interface
io.helidon.integrations.oci.objectstorage.OciObjectStorageRx
Packages that use OciObjectStorageRx
Package
Description
OCI Object Storage integration.
OCI Object Storage Health.
-
Uses of OciObjectStorageRx in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return OciObjectStorageRxModifier and TypeMethodDescriptionOciObjectStorageRx.Builder.build()static OciObjectStorageRxOciObjectStorageRx.create()Create OCI Object Storage using the defaultOciRestApi.static OciObjectStorageRxCreate OCI Object Storage based on configuration.Methods in io.helidon.integrations.oci.objectstorage with parameters of type OciObjectStorageRxModifier and TypeMethodDescriptionstatic OciObjectStorageOciObjectStorage.create(OciObjectStorageRx reactive) 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 OciObjectStorageRxModifier and TypeMethodDescriptionOciObjectStorageHealthCheck.Builder.ociObjectStorage(OciObjectStorageRx ociObjectStorage) Set the underlying OCI ObjectStorage RX client.