Uses of Class
io.helidon.integrations.oci.objectstorage.PutObject.Request
Packages that use PutObject.Request
-
Uses of PutObject.Request in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return PutObject.RequestModifier and TypeMethodDescriptionstatic PutObject.RequestPutObject.Request.builder()Fluent API builder for configuring a 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.RequestModifier and TypeMethodDescriptionOciObjectStorage.putObject(PutObject.Request request, ReadableByteChannel channel) Creates a new object or overwrites an existing object with the same name.OciObjectStorageRx.putObject(PutObject.Request request, Flow.Publisher<DataChunk> publisher) Creates a new object or overwrites an existing object with the same name.