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 OciObjectStorageRx
OciObjectStorageRx.Builder. build()
static OciObjectStorageRx
OciObjectStorageRx. create()
Deprecated, for removal: This API element is subject to removal in a future version.Create OCI Object Storage using the defaultOciRestApi
.static OciObjectStorageRx
OciObjectStorageRx. 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 OciObjectStorage
OciObjectStorage. 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.Builder
OciObjectStorageHealthCheck.Builder. ociObjectStorage(OciObjectStorageRx ociObjectStorage)
Set the underlying OCI ObjectStorage RX client.
-