Uses of Class
io.helidon.integrations.oci.objectstorage.PutObject.Response
-
Packages that use PutObject.Response Package Description io.helidon.integrations.oci.objectstorage OCI Object Storage integration. -
-
Uses of PutObject.Response in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return PutObject.Response Modifier and Type Method Description PutObject.Response
OciObjectStorage. putObject(PutObject.Request request, ReadableByteChannel channel)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new object or overwrites an existing object with the same name.Methods in io.helidon.integrations.oci.objectstorage that return types with arguments of type PutObject.Response Modifier and Type Method Description Single<PutObject.Response>
OciObjectStorageRx. putObject(PutObject.Request request, Flow.Publisher<DataChunk> publisher)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new object or overwrites an existing object with the same name.
-