Uses of Class
io.helidon.integrations.oci.objectstorage.PutObject.Request
-
Packages that use PutObject.Request Package Description io.helidon.integrations.oci.objectstorage OCI Object Storage integration. -
-
Uses of PutObject.Request in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return PutObject.Request Modifier and Type Method Description static PutObject.Request
PutObject.Request. builder()
Fluent API builder for configuring a request.PutObject.Request
PutObject.Request. contentLength(long contentLength)
The content length of the body (number of bytes in the request entity).Methods in io.helidon.integrations.oci.objectstorage with parameters of type PutObject.Request 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.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.
-